public class MasspropsData
extends java.lang.Object
| Constructor and Description |
|---|
MasspropsData() |
| Modifier and Type | Method and Description |
|---|---|
JLInertia |
getCenterGravityInertiaTensor() |
JLInertia |
getCoordSysInertia() |
JLInertia |
getCoordSysInertiaTensor() |
double |
getDensity() |
JLPoint |
getGravityCenter() |
double |
getMass() |
double |
getSurfaceArea() |
double |
getVolume() |
void |
setCenterGravityInertiaTensor(JLInertia centerGravityInertiaTensor) |
void |
setCoordSysInertia(JLInertia coordSysInertia) |
void |
setCoordSysInertiaTensor(JLInertia coordSysInertiaTensor) |
void |
setDensity(double density) |
void |
setGravityCenter(JLPoint gravityCenter) |
void |
setMass(double mass) |
void |
setSurfaceArea(double surfaceArea) |
void |
setVolume(double volume) |
public double getVolume()
public void setVolume(double volume)
volume - Model volumepublic double getMass()
public void setMass(double mass)
mass - Model masspublic double getDensity()
public void setDensity(double density)
density - Model densitypublic double getSurfaceArea()
public void setSurfaceArea(double surfaceArea)
surfaceArea - Model surface areapublic JLInertia getCenterGravityInertiaTensor()
public void setCenterGravityInertiaTensor(JLInertia centerGravityInertiaTensor)
centerGravityInertiaTensor - Model Center of Gravity Inertia Tensorpublic JLInertia getCoordSysInertia()
public void setCoordSysInertia(JLInertia coordSysInertia)
coordSysInertia - Model Coordinate System Inertiapublic JLInertia getCoordSysInertiaTensor()
public void setCoordSysInertiaTensor(JLInertia coordSysInertiaTensor)
coordSysInertiaTensor - Model Coordinate System Inertia Tensorpublic JLPoint getGravityCenter()
public void setGravityCenter(JLPoint gravityCenter)
gravityCenter - Center of Gravity