ConstructionPlaneAtAngleDefinition.parentConstructionPlane Property

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

Description

Returns the ConstructionPlane object

Syntax

"constructionPlaneAtAngleDefinition_var" is a variable referencing a ConstructionPlaneAtAngleDefinition object.

# Get the value of the property.
propertyValue = constructionPlaneAtAngleDefinition_var.parentConstructionPlane
"constructionPlaneAtAngleDefinition_var" is a variable referencing a ConstructionPlaneAtAngleDefinition object.
#include <Fusion/Construction/ConstructionPlaneAtAngleDefinition.h>

// Get the value of the property.
Ptr<ConstructionPlane> propertyValue = constructionPlaneAtAngleDefinition_var->parentConstructionPlane();

Property Value

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

Version

Introduced in version August 2014