

The inertia tensor translated to center of gravity | |
The inertia matrix with respect to coordinate frame:(element ij is the integral of x_i x_j over the object) | |
The inertia tensor with respect to coordinate frame:CoordSysInertiaTensor = trace(CoordSysInertia) * identity - CoordSysInertia | |
number | |
The density of the model. | |
The center of gravity with respect to coordinate frame | |
number | |
The model mass. | |
The principal axes (the eigenvectors of CenterGravityInertiaTensor);The vectors are stored in columns. | |
The principal moments of inertia (eigenvalues of CenterGravityInertiaTensor) | |
number | |
The model's surface area. | |
number | |
The model's volume. |

static pfcMassProperty | Create (number Volume, number SurfaceArea, number Density, number Mass, pfcPoint3D GravityCenter, pfcInertia CoordSysInertia, pfcInertia CoordSysInertiaTensor, pfcInertia CenterGravityInertiaTensor, pfcVector3D PrincipalMoments, pfcPrincipalAxes PrincipalAxes) |
Creates a new object with mass property information. |

CenterGravityInertiaTensor |

CoordSysInertia |

CoordSysInertiaTensor |

number | Density |

GravityCenter |

number | Mass |

PrincipalAxes |

PrincipalMoments |

number | SurfaceArea |

number | Volume |

static pfcMassProperty | Create | (number Volume, number SurfaceArea, number Density, number Mass, pfcPoint3D GravityCenter, pfcInertia CoordSysInertia, pfcInertia CoordSysInertiaTensor, pfcInertia CenterGravityInertiaTensor, pfcVector3D PrincipalMoments, pfcPrincipalAxes PrincipalAxes) |
