ConstructionAxisByLineDefinition.axis Property
Parent Object:
ConstructionAxisByLineDefinitionDefined in namespace "adsk::fusion" and the header file is <Fusion/Construction/ConstructionAxisByLineDefinition.h>
Description
Gets and sets the infinite line that defines the position and direction of the axis
Syntax
"constructionAxisByLineDefinition_var" is a variable referencing a ConstructionAxisByLineDefinition object.
# Get the value of the property. propertyValue = constructionAxisByLineDefinition_var.axis
# Set the value of the property. constructionAxisByLineDefinition_var.axis = propertyValue
|
"constructionAxisByLineDefinition_var" is a variable referencing a ConstructionAxisByLineDefinition object.
#include <Fusion/Construction/ConstructionAxisByLineDefinition.h>
// Get the value of the property. Ptr<InfiniteLine3D> propertyValue = constructionAxisByLineDefinition_var->axis();
// Set the value of the property, where value_var is an InfiniteLine3D. bool returnValue = constructionAxisByLineDefinition_var->axis(value_var);
|
Property Value
This is a read/write property whose value is an
InfiniteLine3D.
Version
Introduced in version August 2014