OptimizedOrientationResult.rankingValue Property
Parent Object:
OptimizedOrientationResultDefined in namespace "adsk::cam" and the header file is <Cam/GeneratedData/OptimizedOrientationResult.h>
Description
The value which the initial ordering is based on. Calculated based on the properties above by the orientation operation.
Syntax
"optimizedOrientationResult_var" is a variable referencing an OptimizedOrientationResult object.
# Get the value of the property. propertyValue = optimizedOrientationResult_var.rankingValue
|
"optimizedOrientationResult_var" is a variable referencing an OptimizedOrientationResult object.
#include <Cam/GeneratedData/OptimizedOrientationResult.h>
// Get the value of the property. float propertyValue = optimizedOrientationResult_var->rankingValue();
|
Property Value
This is a read only property whose value is a float.
Version
Introduced in version July 2023