ConstructionAxes.component Property

Parent Object: ConstructionAxes
Defined in namespace "adsk::fusion" and the header file is <Fusion/Construction/ConstructionAxes.h>

Description

The component that owns this collection.

Syntax

"constructionAxes_var" is a variable referencing a ConstructionAxes object.

# Get the value of the property.
propertyValue = constructionAxes_var.component
"constructionAxes_var" is a variable referencing a ConstructionAxes object.
#include <Fusion/Construction/ConstructionAxes.h>

// Get the value of the property.
Ptr<Component> propertyValue = constructionAxes_var->component();

Property Value

This is a read only property whose value is a Component.

Version

Introduced in version August 2014