Big thanks cowski, I tried to convert it to .ContainerFeature, but that is for something like patternfeature. I also tried isContainerFeature, but holepackage.isContainerFeature is false...
----
kukelyk
Hi, in NX12, when I loop thru workpart.features, I would skip the subfeatures of the holepackage features.
As HolePackage is not a ContainerFeature, I cannot use GetAllContainedFeatures method.
When it reaches a Threaded Hole feature, it goes into the first branch of "IF", but with the...
Hi,
on the GTAC, there is a create_and_unite_two_solids vb journal, which is operating with UFModl functions,
Modl.CreateBlock1
Modl.CreateCyl1
UniteBodies
When I run it the first time, everything is OK. But the second run produces an exception at the first createblock line.
Could anyone please...
A slot geometry recognized by FBM (POCKET_OBROUND_STRAIGHT)? The drilling operation allows selection of cylinder1, cylinder2, or Faces_wall, but all of them will make a single hole only.
----
kukelyk
Make a search in the gtac solution center for "post second block styler dialog from an action button in another". There is the solution You need.
----
kukelyk
try
mom_pos
"Defines the machine tool coordinates of the goto point. For Lathes, this is the X and Z positions of the tool tip. For four and five milling machines, mom_pos(3) and mom_pos(4) represent the fourth and fifth axis rotary positions. The rotary positions are between 0 and 360. For...
Are You sure that pop_rot_A is existing?
Try something like:
global csys_mode
global pop_rot_a
global pop_rot_b
global pop_rot_c
#add these lines
set pop_rot_a 12.34
set pop_rot_b 23.45
set pop_rot_c 34.56
#
set pop_rot_a [format %.2f "$pop_rot_a"]
set pop_rot_b [format %.2f "$pop_rot_b"]
set...
Thanks guys. I saw a video about importing tool assemblies, but in a workshop, cnc operators change the overhang of the tool according to the job. This journal by Mark is what common cam user needs.
----
kukelyk
As most of tools and toolholders geometry is available their vendors' site, I am looking for a way to import and use it. Is there a way to do that?
----
kukelyk
Save the assembly as a copy ..this will be the subassembly, remove unwanted components from this.
Remove subassembly components from original assembly.
Add copied assembly as subassembly.
This way You can keep the constrains between the the subassembly parts,
and You will have to redefine the...