kukelyk
Industrial
- Mar 21, 2005
- 315
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 'Symbolic Thread' subfeature it goes into the elseif branch..
Could anyone help me out?
----
kukelyk
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 'Symbolic Thread' subfeature it goes into the elseif branch..
Code:
----
kukelyk