ArrangeComponent.zeroDirection Property

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

Description

Returns a vector that is the zero degree direction of this ArrangeComponent.

Syntax

"arrangeComponent_var" is a variable referencing an ArrangeComponent object.

# Get the value of the property.
propertyValue = arrangeComponent_var.zeroDirection
"arrangeComponent_var" is a variable referencing an ArrangeComponent object.
#include <Fusion/Arrange/ArrangeComponent.h>

// Get the value of the property.
Ptr<Vector3D> propertyValue = arrangeComponent_var->zeroDirection();

Property Value

This is a read only property whose value is a Vector3D.

Version

Introduced in version January 2025