Calculates the area properties for the profile.
"profile_var" is a variable referencing a Profile object.
|
"profile_var" is a variable referencing a Profile object.
|
Type | Description |
AreaProperties | Returns the AreaProperties object that has properties for getting the area, perimeter, centroid, etc of this profile. |
Name | Type | Description |
accuracy | CalculationAccuracy | Specifies the desired level of computational accuracy of the property calculations. The default value of 'LowCalculationAccuracy' returns results within a +/- 1% error margin. This is an optional argument whose default value is CalculationAccuracy.LowCalculationAccuracy. |
Name | Description |
API Sample for AreaProperties | Demonstrates how to use AreaProperties |
Patch Feature API Sample | Demonstrates creating a new patch feature. |