Share

OptimizedOrientationResults.initialOrientationResult Property

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

Description

Gets the initial orientation of the component before any result has been applied.

Syntax

"optimizedOrientationResults_var" is a variable referencing an OptimizedOrientationResults object.

# Get the value of the property.
propertyValue = optimizedOrientationResults_var.initialOrientationResult

Property Value

This is a read only property whose value is an OptimizedOrientationResult.

Version

Introduced in version July 2023

Was this information helpful?