OptimizedOrientationResult.partHeight Property
Parent Object:
OptimizedOrientationResultDefined in namespace "adsk::cam" and the header file is <Cam/GeneratedData/OptimizedOrientationResult.h>
Description
The resulting height of the oriented part. The value is given in centimeters
Syntax
"optimizedOrientationResult_var" is a variable referencing an OptimizedOrientationResult object.
# Get the value of the property. propertyValue = optimizedOrientationResult_var.partHeight
|
"optimizedOrientationResult_var" is a variable referencing an OptimizedOrientationResult object.
#include <Cam/GeneratedData/OptimizedOrientationResult.h>
// Get the value of the property. float propertyValue = optimizedOrientationResult_var->partHeight();
|
Property Value
This is a read only property whose value is a float.
Version
Introduced in version July 2023