Share

ConstructionAxisByLineDefinition.axis Property

Parent Object: ConstructionAxisByLineDefinition
Defined 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

Property Value

This is a read/write property whose value is an InfiniteLine3D.

Version

Introduced in version August 2014

Was this information helpful?