|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object fr.cnes.sirius.patrius.assembly.properties.CrossSectionProviderProperty
public final class CrossSectionProviderProperty
This class is a part property for the PATRIUS assembly. It is the geometric cross section provider of a part.
CrossSectionProvider
Constructor Summary | |
---|---|
CrossSectionProviderProperty(CrossSectionProvider geometry)
Constructor of this property. |
Method Summary | |
---|---|
double |
getCrossSection(Vector3D direction)
Computes the cross section of the geometry from a direction defined by a Vector3D. |
PropertyType |
getType()
Get the type of the property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CrossSectionProviderProperty(CrossSectionProvider geometry)
geometry
- The cross section providing geometry of the part.Method Detail |
---|
public double getCrossSection(Vector3D direction)
direction
- the direction vector
public PropertyType getType()
IPartProperty
getType
in interface IPartProperty
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |