ConstructionPlanePerpendicularDefinition.redefine Method

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

Description

Redefines the input geometry of the construction plane.

Syntax

"constructionPlanePerpendicularDefinition_var" is a variable referencing a ConstructionPlanePerpendicularDefinition object.

# Uses no optional arguments.
returnValue = constructionPlanePerpendicularDefinition_var.redefine(planarEntity)

# Uses optional arguments.
returnValue = constructionPlanePerpendicularDefinition_var.redefine(planarEntity, distance, referenceEntity, useUDirection)
"constructionPlanePerpendicularDefinition_var" is a variable referencing a ConstructionPlanePerpendicularDefinition object.

#include <Fusion/Construction/ConstructionPlanePerpendicularDefinition.h>

// Uses no optional arguments.
returnValue = constructionPlanePerpendicularDefinition_var->redefine(planarEntity);

// Uses optional arguments.
returnValue = constructionPlanePerpendicularDefinition_var->redefine(planarEntity, distance, referenceEntity, useUDirection);
"constructionPlanePerpendicularDefinition_var" is a variable referencing a ConstructionPlanePerpendicularDefinition object.

// Uses no optional arguments.
returnValue = constructionPlanePerpendicularDefinition_var.redefine(planarEntity);

// Uses Optional arguments.
returnValue = constructionPlanePerpendicularDefinition_var.redefine(planarEntity, distance, referenceEntity, useUDirection);

Return Value

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

Parameters

Name Type Description
planarEntity Base The face or plane the construction plane will be perpendicular to. This may be a planar BRepFace, a cylindrical/conical/toroidal BRepFace, a ConstructionPlane, a Profile, or a Sketch.
distance ValueInput An optional ValueInput specifying the offset distance. Pass null to default to zero.

This is an optional argument whose default value is null.
referenceEntity Base An optional reference entity that the new plane passes through. Supported types: BRepVertex, ConstructionPoint, SketchPoint, planar BRepFace, or ConstructionPlane. Pass null to omit.

This is an optional argument whose default value is null.
useUDirection boolean True to align with the U axis of the reference face; false to align with the V axis.

This is an optional argument whose default value is True.

Version

Introduced in version September 2026