BoredDrawing
Automotive
- Nov 2, 2010
- 3
Hello All,
Language = VBA
I am writing a program that will loop through a spec tree removing the 'Copy of' and renaming keywords as required. The start poit of which is selected by a user. This works well, until it was pointed out that it wasn't changing the name of Axes.
As you know it is possible to create an axis located within a HybridBody.
My problem is that, programmatically I am unable to find it, unless it is held within Axis Systems.
The properties of the HybridBody caters for shapes and sketches and the AxisSystems only counts axes held within it, nowhere else.
So how do you check if an axis has been created within a HybridBody?
Thanks for your help with this.
Language = VBA
I am writing a program that will loop through a spec tree removing the 'Copy of' and renaming keywords as required. The start poit of which is selected by a user. This works well, until it was pointed out that it wasn't changing the name of Axes.
As you know it is possible to create an axis located within a HybridBody.
My problem is that, programmatically I am unable to find it, unless it is held within Axis Systems.
The properties of the HybridBody caters for shapes and sketches and the AxisSystems only counts axes held within it, nowhere else.
So how do you check if an axis has been created within a HybridBody?
Thanks for your help with this.