OptimizedOrientationResult.supportArea Property

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

Description

The shadow area of the support hull below the oriented part. The value is given in squared centimeters

Syntax

"optimizedOrientationResult_var" is a variable referencing an OptimizedOrientationResult object.

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

// Get the value of the property.
float propertyValue = optimizedOrientationResult_var->supportArea();

Property Value

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

Version

Introduced in version July 2023