FlatPatternComponent.getPhysicalProperties Method
Parent Object: FlatPatternComponentDefined in namespace "adsk::fusion" and the header file is <Fusion/SheetMetal/FlatPatternComponent.h>
Description
Returns the PhysicalProperties object that has properties for getting the area, density, mass, volume, moments, etc of this component.
Syntax
"flatPatternComponent_var" is a variable referencing a FlatPatternComponent object.
|
Return Value
Type | Description |
PhysicalProperties | Returns a PhysicalProperties object that can be used to get the various physical property related values. |
Parameters
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. |