ConstructionPlaneAtAngleOnCurvedFaceDefinition.curvedFace Property

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

Description

Gets the cylindrical or conical curved face that defines the axis of rotation for the construction plane.

Syntax

"constructionPlaneAtAngleOnCurvedFaceDefinition_var" is a variable referencing a ConstructionPlaneAtAngleOnCurvedFaceDefinition object.

# Get the value of the property.
propertyValue = constructionPlaneAtAngleOnCurvedFaceDefinition_var.curvedFace
"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->curvedFace();

Property Value

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

Version

Introduced in version May 2026