ConstructionAxisEdgeDefinition.edgeEntity Property

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

Description

Gets and sets the linear edge, construction line, or sketch line that defines the construction axis.

Syntax

"constructionAxisEdgeDefinition_var" is a variable referencing a ConstructionAxisEdgeDefinition object.

# Get the value of the property.
propertyValue = constructionAxisEdgeDefinition_var.edgeEntity

# Set the value of the property.
constructionAxisEdgeDefinition_var.edgeEntity = propertyValue
"constructionAxisEdgeDefinition_var" is a variable referencing a ConstructionAxisEdgeDefinition object.
#include <Fusion/Construction/ConstructionAxisEdgeDefinition.h>

// Get the value of the property.
Ptr<Base> propertyValue = constructionAxisEdgeDefinition_var->edgeEntity();

// Set the value of the property, where value_var is a Base.
bool returnValue = constructionAxisEdgeDefinition_var->edgeEntity(value_var);

Property Value

This is a read/write property whose value is a Base.

Version

Introduced in version August 2014