ConstructionPlaneAtAngleOnCurvedFaceDefinition.redefine Method

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

Description

Redefines the input geometry of the construction plane.

Syntax

"constructionPlaneAtAngleOnCurvedFaceDefinition_var" is a variable referencing a ConstructionPlaneAtAngleOnCurvedFaceDefinition object.
returnValue = constructionPlaneAtAngleOnCurvedFaceDefinition_var.redefine(angle, curvedFace, planarEntity)
"constructionPlaneAtAngleOnCurvedFaceDefinition_var" is a variable referencing a ConstructionPlaneAtAngleOnCurvedFaceDefinition object.

#include <Fusion/Construction/ConstructionPlaneAtAngleOnCurvedFaceDefinition.h>

returnValue = constructionPlaneAtAngleOnCurvedFaceDefinition_var->redefine(angle, curvedFace, planarEntity);

Return Value

Type Description
boolean Returns true if the redefinition of the plane is successful.

Parameters

Name Type Description
angle ValueInput A ValueInput object that defines the angle at which to create the construction plane.
curvedFace Base The cylindrical or conical curved face that defines the axis of rotation.
planarEntity Base A plane, planar face or construction plane the angle of the construction plane is measured from. A zero angle creates a plane whose normal is aligned with this plane's normal.

Version

Introduced in version May 2026