ConstructionPointEdgePlaneDefinition.parentConstructionPoint Property

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

Description

Returns the ConstructionPoint object

Syntax

"constructionPointEdgePlaneDefinition_var" is a variable referencing a ConstructionPointEdgePlaneDefinition object.

# Get the value of the property.
propertyValue = constructionPointEdgePlaneDefinition_var.parentConstructionPoint
"constructionPointEdgePlaneDefinition_var" is a variable referencing a ConstructionPointEdgePlaneDefinition object.
#include <Fusion/Construction/ConstructionPointEdgePlaneDefinition.h>

// Get the value of the property.
Ptr<ConstructionPoint> propertyValue = constructionPointEdgePlaneDefinition_var->parentConstructionPoint();

Property Value

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

Version

Introduced in version August 2014