ConstructionPlaneDistanceOnPathDefinition.redefine Method
Parent Object:
ConstructionPlaneDistanceOnPathDefinitionDefined 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)
|
"constructionPlaneDistanceOnPathDefinition_var" is a variable referencing a ConstructionPlaneDistanceOnPathDefinition object.
#include <Fusion/Construction/ConstructionPlaneDistanceOnPathDefinition.h>
returnValue = constructionPlaneDistanceOnPathDefinition_var->redefine(pathEntity, distance);
|
Return Value
boolean |
Returns true if the redefinition of the plane is successful. |
Parameters
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