AreaProperties.getRadiusOfGyration Method
Parent Object:
AreaPropertiesDefined in namespace "adsk::fusion" and the header file is <Fusion/Fusion/AreaProperties.h>
Description
Method that returns the radius of gyration about the principal axes. Unit for returned values is cm.
Syntax
"areaProperties_var" is a variable referencing an AreaProperties object.
(returnValue, kxx, kyy, kzz) = areaProperties_var.getRadiusOfGyration()
|
#include <Fusion/Fusion/AreaProperties.h
// Declare the output arguments. double kxx; double kyy; double kzz; boolean returnValue = areaProperties_var->getRadiusOfGyration(kxx, kyy, kzz);
|
Return Value
boolean |
Returns true if successful |
Parameters
kxx |
double |
Output Double that returns the X partial radius of gyration. |
kyy |
double |
Output Double that returns the Y partial radius of gyration. |
kzz |
double |
Output Double that returns the Z partial radius of gyration. |
Samples
Version
Introduced in version March 2016