Share

ConstructionPlaneDistanceOnPathDefinition.redefine Method

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

Description

Redefines the input defining the construction plane.

Syntax

"constructionPlaneDistanceOnPathDefinition_var" is a variable referencing a ConstructionPlaneDistanceOnPathDefinition object.
returnValue = constructionPlaneDistanceOnPathDefinition_var.redefine(pathEntity, distance)

Return Value

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

Parameters

Name Type Description
pathEntity Base The sketch curve, edge, or a profile object
distance ValueInput The ValueInput object that defines the distance along the path

Version

Introduced in version August 2014

Was this information helpful?