I’m tryint to get Solid element from duct fittings with python.
I did it with python and althought it is the same model element, I get differents locations
I’m tryint to get Solid element from duct fittings with python.
I did it with python and althought it is the same model element, I get differents locations
Its because you’re getting the SymbolGeometry which is always centred at 0,0,0 of the vector space. Use GetInstanceGeometry() instead.