Share

EllipticalCylinder.axis Property

Parent Object: EllipticalCylinder
Defined in namespace "adsk::core" and the header file is <Core/Geometry/EllipticalCylinder.h>

Description

Gets and set the center axis (along the length) of the cylinder that defines its normal direction.

Syntax

"ellipticalCylinder_var" is a variable referencing an EllipticalCylinder object.

# Get the value of the property.
propertyValue = ellipticalCylinder_var.axis

# Set the value of the property.
ellipticalCylinder_var.axis = propertyValue

Property Value

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

Version

Introduced in version August 2014

Was this information helpful?