T
- The type of this subrange object.public interface Subrange<T extends GeomElement>
GeomElement
objects that are subranges of other
ParametricGeometry
objects.
Modified by: Joseph A. Huwaldt
Modifier and Type | Method and Description |
---|---|
ParametricGeometry |
getChild()
Returns the child object this subrange object is subranged onto.
|
T |
getParPosition()
Returns the parametric position on the child object that this subrange refers to.
|
void |
setParPosition(T par)
Sets the parametric position on the child object that this subrange refers to.
|
T getParPosition()
void setParPosition(T par)
par
- The parametric position (between 0 and 1) along each parametric
dimension where the subrange is located (may not be null
).ParametricGeometry getChild()