ConstructionPointEdgePlaneDefinition.edge Property
Parent Object:
ConstructionPointEdgePlaneDefinitionDefined in namespace "adsk::fusion" and the header file is <Fusion/Construction/ConstructionPointEdgePlaneDefinition.h>
Description
A linear B-Rep edge, construction axis or sketch line.
Syntax
"constructionPointEdgePlaneDefinition_var" is a variable referencing a ConstructionPointEdgePlaneDefinition object.
# Get the value of the property. propertyValue = constructionPointEdgePlaneDefinition_var.edge
|
"constructionPointEdgePlaneDefinition_var" is a variable referencing a ConstructionPointEdgePlaneDefinition object.
#include <Fusion/Construction/ConstructionPointEdgePlaneDefinition.h>
// Get the value of the property. Ptr<Base> propertyValue = constructionPointEdgePlaneDefinition_var->edge();
|
Property Value
This is a read only property whose value is a
Base.
Version
Introduced in version August 2014