Share

RotaryMachineAxis.rotationAxis Property

Parent Object: RotaryMachineAxis
Defined in namespace "adsk::cam" and the header file is <Cam/Machine/RotaryMachineAxis.h>

Description

The infinite line that defines the direction and location of the axis of rotation.

Syntax

"rotaryMachineAxis_var" is a variable referencing a RotaryMachineAxis object.

# Get the value of the property.
propertyValue = rotaryMachineAxis_var.rotationAxis

# Set the value of the property.
rotaryMachineAxis_var.rotationAxis = propertyValue

Property Value

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

Version

Introduced in version April 2023

Was this information helpful?