Description:

Calculates the principal moments of inertia and principal axes with respect to centroid coordinates.

Syntax:
public bool CentroidCoordinatesPrincipalMomentsOfInertia(
out double x,
out Vector3d xaxis,
out double y,
out Vector3d yaxis,
out double z,
out Vector3d zaxis
)
Parameters:
  • x
  • Type: double
  • Principal moment.
  • xaxis
  • Type: Vector3d
  • Principal axis for x.
  • y
  • Type: double
  • Principal moment.
  • yaxis
  • Type: Vector3d
  • Principal axis for y.
  • z
  • Type: double
  • Principal moment.
  • zaxis
  • Type: Vector3d
  • Principal axis for z.
Returns:
Type: bool
True if successful.
Available since:
7.3

/
/
/
CentroidCoordinatesPrincipalMomentsOfInertia

CentroidCoordinatesPrincipalMomentsOfInertia method

Class:  Rhino.Geometry.VolumeMassProperties

Nothing found