Share

AdditiveFFFLimitsMachineElement.homePosition Property

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

Description

Position of the machine home location.

Syntax

"additiveFFFLimitsMachineElement_var" is a variable referencing an AdditiveFFFLimitsMachineElement object.

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

# Set the value of the property.
additiveFFFLimitsMachineElement_var.homePosition = propertyValue

Property Value

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

Version

Introduced in version July 2023

Was this information helpful?