Share

NCProgramPostProcessOptions.fusionHubExecutionBehavior Property

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

Description

Gets and sets the post process behavior for exporting to Fusion Hub. Uses fusionHubExecutionBehavior_ExportWithRelationship by default.

Syntax

"nCProgramPostProcessOptions_var" is a variable referencing a NCProgramPostProcessOptions object.

# Get the value of the property.
propertyValue = nCProgramPostProcessOptions_var.fusionHubExecutionBehavior

# Set the value of the property.
nCProgramPostProcessOptions_var.fusionHubExecutionBehavior = propertyValue

Property Value

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

Version

Introduced in version July 2024

Was this information helpful?