Share

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

Property Value

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

Version

Introduced in version August 2014

Was this information helpful?