ConstructionPlaneDistanceOnPathDefinition.distance Property
Parent Object:
ConstructionPlaneDistanceOnPathDefinitionDefined in namespace "adsk::fusion" and the header file is <Fusion/Construction/ConstructionPlaneDistanceOnPathDefinition.h>
Description
Gets the distance along the path.
Syntax
"constructionPlaneDistanceOnPathDefinition_var" is a variable referencing a ConstructionPlaneDistanceOnPathDefinition object.
# Get the value of the property. propertyValue = constructionPlaneDistanceOnPathDefinition_var.distance
|
"constructionPlaneDistanceOnPathDefinition_var" is a variable referencing a ConstructionPlaneDistanceOnPathDefinition object.
#include <Fusion/Construction/ConstructionPlaneDistanceOnPathDefinition.h>
// Get the value of the property. Ptr<Parameter> propertyValue = constructionPlaneDistanceOnPathDefinition_var->distance();
|
Property Value
This is a read only property whose value is a
Parameter.
Version
Introduced in version August 2016