PostProcessingMachineElement.postParameters Property

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

Description

Gets the machine scope post properties as parameters.

Syntax

"postProcessingMachineElement_var" is a variable referencing a PostProcessingMachineElement object.
# Get the value of the property.
propertyValue = postProcessingMachineElement_var.postParameters
"postProcessingMachineElement_var" Is a variable referencing a PostProcessingMachineElement Object.
#include <Cam/Machine/PostProcessingMachineElement.h>

// Get the value of the property.
Ptr<CAMParameters> propertyValue = postProcessingMachineElement_var->postParameters();
"postProcessingMachineElement_var" Is a variable referencing a PostProcessingMachineElement Object.
// Get the value of the property.
propertyValue = postProcessingMachineElement_var.postParameters;

Property Value

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

Version

Introduced in version July 2025