ConstructionPlaneByPlaneDefinition.parentConstructionPlane Property

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

Description

Returns the ConstructionPlane object

Syntax

"constructionPlaneByPlaneDefinition_var" is a variable referencing a ConstructionPlaneByPlaneDefinition object.

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

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

Property Value

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

Version

Introduced in version August 2014