ConstructionPlaneAtAngleOnCurvedFaceDefinition.planarEntity Property

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

Description

Gets the planar face or construction plane the angle for this construction plane is measured from and is parametrically dependent on. A zero angle creates a plane whose normal is aligned with this plane's normal.

Syntax

"constructionPlaneAtAngleOnCurvedFaceDefinition_var" is a variable referencing a ConstructionPlaneAtAngleOnCurvedFaceDefinition object.

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

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

Property Value

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

Version

Introduced in version May 2026