AdditivePlatformMachineElement.origin Property

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

Description

Origin point specifying the platform coordinates that correspond to the origin of the platform mesh. Units are cm.

Syntax

"additivePlatformMachineElement_var" is a variable referencing an AdditivePlatformMachineElement object.

# Get the value of the property.
propertyValue = additivePlatformMachineElement_var.origin

# Set the value of the property.
additivePlatformMachineElement_var.origin = propertyValue
"additivePlatformMachineElement_var" is a variable referencing an AdditivePlatformMachineElement object.
#include <Cam/Machine/AdditivePlatformMachineElement.h>

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

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

Property Value

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

Version

Introduced in version July 2023