public final class PartsGetMassPropertiesResponseBodiesValue extends AbstractResponseObject
| Modifier and Type | Field | Description |
|---|---|---|
Number[] |
centroid |
Coordinates of the centroid (center of mass) in metric units (3 numbers), along with minimum (3 numbers) and maximum (3 numbers)
|
Boolean |
hasMass |
Whether part has mass
|
Number[] |
inertia |
Moment of inertia tensor about the centroid in metric units with respect to the coordinate axes (9 numbers), along with minimum (9 numbers) and maximum (9 numbers)
|
Number[] |
mass |
Mass in kilograms, along with minimum and maximum
|
Number |
massMissingCount |
Number of parts without mass
|
Number[] |
periphery |
Periphery in metric units which depend on context, along with minimum and maximum; for a solid part, the periphery is the surface area in square meters; for a surface, the periphery is the perimeter in meters
|
PartsGetMassPropertiesResponseBodiesValuePrincipalAxes[] |
principalAxes |
Principal axes as unit vectors
|
Number[] |
principalInertia |
Moment of inertia around the principal axes in metric units (3 numbers)
|
Number[] |
volume |
Volume in cubic meters, along with minimum and maximum
|
| Constructor | Description |
|---|---|
PartsGetMassPropertiesResponseBodiesValue() |
| Modifier and Type | Method | Description |
|---|---|---|
Number[] |
getCentroid() |
Get Coordinates of the centroid (center of mass) in metric units (3 numbers), along with minimum (3 numbers) and maximum (3 numbers)
|
Boolean |
getHasMass() |
Get Whether part has mass
|
Number[] |
getInertia() |
Get Moment of inertia tensor about the centroid in metric units with respect to the coordinate axes (9 numbers), along with minimum (9 numbers) and maximum (9 numbers)
|
Number[] |
getMass() |
Get Mass in kilograms, along with minimum and maximum
|
Number |
getMassMissingCount() |
Get Number of parts without mass
|
Number[] |
getPeriphery() |
Get Periphery in metric units which depend on context, along with minimum and maximum; for a solid part, the periphery is the surface area in square meters; for a surface, the periphery is the perimeter in meters
|
PartsGetMassPropertiesResponseBodiesValuePrincipalAxes[] |
getPrincipalAxes() |
Get Principal axes as unit vectors
|
Number[] |
getPrincipalInertia() |
Get Moment of inertia around the principal axes in metric units (3 numbers)
|
Number[] |
getVolume() |
Get Volume in cubic meters, along with minimum and maximum
|
String |
toString() |
getOtherPropertiespublic Boolean hasMass
public Number massMissingCount
public Number[] mass
public Number[] volume
public Number[] periphery
public Number[] centroid
public Number[] inertia
public Number[] principalInertia
public PartsGetMassPropertiesResponseBodiesValuePrincipalAxes[] principalAxes
public PartsGetMassPropertiesResponseBodiesValue()
public final Boolean getHasMass()
public final Number getMassMissingCount()
public final Number[] getMass()
public final Number[] getVolume()
public final Number[] getPeriphery()
public final Number[] getCentroid()
public final Number[] getInertia()
public final Number[] getPrincipalInertia()
public final PartsGetMassPropertiesResponseBodiesValuePrincipalAxes[] getPrincipalAxes()
Copyright © 2021. All rights reserved.