ConstructionPoints.component Property

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

Description

The component that owns this collection.

Syntax

"constructionPoints_var" is a variable referencing a ConstructionPoints object.

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

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

Property Value

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

Version

Introduced in version August 2014