HRESULT Massproperties(double density, double *mass, double *volume, double *area, IVector *cofgPoint, IMatrix *momentOfInertia, IVector *principalMomentsOfInertia, IMatrix *principalAxes, IVector *radiusOfGyration)
Output Parameters
mass
Mass of the Design
volume
Volume of the Design
area
Surface area of the Design
cofgPoint
Center of gravity point
momentOfInertia
Moment of inertia
principalMomentsOfInertia
Principal moments of inertia
principalAxes
Principal axes
radiusOfGyration
Radius of gyration
Description
The method computes the mass, volume and surface area of the Design. It also returns the center of gravity point, moment of inertia, principal moments of inertia, principal axes and radius of gyration.