ArrangeComponent.upDirection Property
Parent Object:
ArrangeComponentDefined in namespace "adsk::fusion" and the header file is <Fusion/Arrange/ArrangeComponent.h>
Description
Returns a vector that is the up direction of this ArrangeComponent.
Syntax
"arrangeComponent_var" is a variable referencing an ArrangeComponent object.
# Get the value of the property. propertyValue = arrangeComponent_var.upDirection
|
"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->upDirection();
|
Property Value
This is a read only property whose value is a
Vector3D.
Version
Introduced in version January 2025