ConstructionAxis.parent Property
Parent Object: ConstructionAxisDefined in namespace "adsk::fusion" and the header file is <Fusion/Construction/ConstructionAxis.h>
Description
Returns the parent component or base feature. If both the design and the construction axis are parametric, the parent will be a component. If the design is parametric and the construction axis is not, the parent will be a base feature. If the design is not parametric the parent will be a component.
Syntax
"constructionAxis_var" is a variable referencing a ConstructionAxis object.
|