ConstructionPlaneAtAngleOnCurvedFaceDefinition.parentConstructionPlane Property

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

Description

Returns the ConstructionPlane object

Syntax

"constructionPlaneAtAngleOnCurvedFaceDefinition_var" is a variable referencing a ConstructionPlaneAtAngleOnCurvedFaceDefinition object.

# Get the value of the property.
propertyValue = constructionPlaneAtAngleOnCurvedFaceDefinition_var.parentConstructionPlane
"constructionPlaneAtAngleOnCurvedFaceDefinition_var" Is a variable referencing a ConstructionPlaneAtAngleOnCurvedFaceDefinition Object.
#include <Fusion/Construction/ConstructionPlaneAtAngleOnCurvedFaceDefinition.h>

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

Property Value

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

Version

Introduced in version May 2026