Share

CustomGraphicsBillBoard.axis Property

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

Description

When the billBoardStyle property is set to AxialBillBoardStyle, this is used to control the direction of the graphics. Otherwise it uses the x axis of the view.

Syntax

"customGraphicsBillBoard_var" is a variable referencing a CustomGraphicsBillBoard object.

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

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

Property Value

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

Version

Introduced in version September 2017

Was this information helpful?