Share

AreaProperties.getCentroidMomentsOfInertia Method

Parent Object: AreaProperties
Defined in namespace "adsk::fusion" and the header file is <Fusion/Fusion/AreaProperties.h>

Description

Method that returns the moments of inertia about the centroid. Unit for returned values is kg*cm^2.

Syntax

"areaProperties_var" is a variable referencing an AreaProperties object.

(returnValue, ixx, iyy, izz, ixy, iyz, ixz) = areaProperties_var.getCentroidMomentsOfInertia()

Return Value

Type Description
boolean Returns true if successful

Parameters

Name Type Description
ixx double Output Double that returns the XX partial moment.
iyy double Output Double that returns the YY partial moment.
izz double Output Double that returns the ZZ partial moment.
ixy double Output Double that returns the XY partial moment.
iyz double Output Double that returns the YZ partial moment.
ixz double Output Double that returns the XZ partial moment.

Samples

Name Description
API Sample for AreaProperties Demonstrates how to use AreaProperties

Version

Introduced in version March 2016

Was this information helpful?