AdditiveFFFLimitsMachineElement.parkPosition Property

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

Description

Position machine moves to when "parked".

Syntax

"additiveFFFLimitsMachineElement_var" is a variable referencing an AdditiveFFFLimitsMachineElement object.

# Get the value of the property.
propertyValue = additiveFFFLimitsMachineElement_var.parkPosition

# Set the value of the property.
additiveFFFLimitsMachineElement_var.parkPosition = propertyValue
"additiveFFFLimitsMachineElement_var" is a variable referencing an AdditiveFFFLimitsMachineElement object.
#include <Cam/Machine/AdditiveFFFLimitsMachineElement.h>

// Get the value of the property.
Ptr<Point3D> propertyValue = additiveFFFLimitsMachineElement_var->parkPosition();

// Set the value of the property, where value_var is a Point3D.
bool returnValue = additiveFFFLimitsMachineElement_var->parkPosition(value_var);

Property Value

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

Version

Introduced in version July 2023