ConstructionPointDistanceOnPathDefinition.redefine Method

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

Description

Redefines the input defining the construction point.

Syntax

"constructionPointDistanceOnPathDefinition_var" is a variable referencing a ConstructionPointDistanceOnPathDefinition object.

returnValue = constructionPointDistanceOnPathDefinition_var.redefine(pathEntity, distance)
"constructionPointDistanceOnPathDefinition_var" is a variable referencing a ConstructionPointDistanceOnPathDefinition object.

#include <Fusion/Construction/ConstructionPointDistanceOnPathDefinition.h>

returnValue = constructionPointDistanceOnPathDefinition_var->redefine(pathEntity, distance);
"constructionPointDistanceOnPathDefinition_var" is a variable referencing a ConstructionPointDistanceOnPathDefinition object.

returnValue = constructionPointDistanceOnPathDefinition_var.redefine(pathEntity, distance);

Return Value

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

Parameters

Name Type Description
pathEntity Base The edge, sketch curve, or Path object of multiple entities.
distance ValueInput The ValueInput object that defines the distance along the path

Version

Introduced in version July 2026