Package geomss.geom

Interface Subrange<T extends GeomElement>

    • Method Detail

      • getParPosition

        T getParPosition()
        Returns the parametric position on the child object that this subrange refers to.
        Returns:
        The parametric position on the child object that this subrange refers to.
      • setParPosition

        void setParPosition​(T par)
        Sets the parametric position on the child object that this subrange refers to.
        Parameters:
        par - The parametric position (between 0 and 1) along each parametric dimension where the subrange is located (may not be null).
      • getChild

        ParametricGeometry getChild()
        Returns the child object this subrange object is subranged onto.
        Returns:
        The child object this object is subranged onto.