-
- All Implemented Interfaces:
public final class AxisDataClass for data related to axis
-
-
Field Summary
Fields Modifier and Type Field Description private Doublepenetrationprivate IntegerreferenceFaceIndex
-
Constructor Summary
Constructors Constructor Description AxisData()
-
Method Summary
Modifier and Type Method Description final DoublegetPenetration()Gets the penetration value stored. final UnitsetPenetration(Double penetration)Gets the penetration value stored. final IntegergetReferenceFaceIndex()Gets the referenceFaceIndex value stored final UnitsetReferenceFaceIndex(Integer referenceFaceIndex)Gets the referenceFaceIndex value stored -
-
Method Detail
-
getPenetration
final Double getPenetration()
Gets the penetration value stored.
-
setPenetration
final Unit setPenetration(Double penetration)
Gets the penetration value stored.
-
getReferenceFaceIndex
final Integer getReferenceFaceIndex()
Gets the referenceFaceIndex value stored
-
setReferenceFaceIndex
final Unit setReferenceFaceIndex(Integer referenceFaceIndex)
Gets the referenceFaceIndex value stored
-
-
-
-