ConstructionPlaneDistanceOnPathDefinition.pathEntity Property
Parent Object:
ConstructionPlaneDistanceOnPathDefinitionDefined in namespace "adsk::fusion" and the header file is <Fusion/Construction/ConstructionPlaneDistanceOnPathDefinition.h>
Description
Gets the sketch curve, edge, or a profile object.
Syntax
"constructionPlaneDistanceOnPathDefinition_var" is a variable referencing a ConstructionPlaneDistanceOnPathDefinition object.
# Get the value of the property. propertyValue = constructionPlaneDistanceOnPathDefinition_var.pathEntity
|
"constructionPlaneDistanceOnPathDefinition_var" is a variable referencing a ConstructionPlaneDistanceOnPathDefinition object.
#include <Fusion/Construction/ConstructionPlaneDistanceOnPathDefinition.h>
// Get the value of the property. Ptr<Base> propertyValue = constructionPlaneDistanceOnPathDefinition_var->pathEntity();
|
Property Value
This is a read only property whose value is a
Base.
Version
Introduced in version August 2014