OptimizedOrientationResult.transformation Property

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

Description

The transformation matrix to be applied onto the occurrence's existing transformation at the time of the calculation.

Syntax

"optimizedOrientationResult_var" is a variable referencing an OptimizedOrientationResult object.

# Get the value of the property.
propertyValue = optimizedOrientationResult_var.transformation
"optimizedOrientationResult_var" is a variable referencing an OptimizedOrientationResult object.
#include <Cam/GeneratedData/OptimizedOrientationResult.h>

// Get the value of the property.
Ptr<Matrix3D> propertyValue = optimizedOrientationResult_var->transformation();

Property Value

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

Version

Introduced in version July 2023