ConstructionPlaneAtAngleOnCurvedFaceDefinition.angle Property

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

Description

Returns a Parameter object that controls the value of the angle. You can use properties of the returned Parameter object to modify the angle.

Syntax

"constructionPlaneAtAngleOnCurvedFaceDefinition_var" is a variable referencing a ConstructionPlaneAtAngleOnCurvedFaceDefinition object.

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

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

Property Value

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

Version

Introduced in version May 2026