Class Entity112_ParSplineCurve


  • public class Entity112_ParSplineCurve
    extends GeomSSEntity
    PARAMETRIC SPLINE CURVE ENTITY - This entity represents a Parametric Spline Curve that may be isolated or used as a component of a Composite Curve Entity or a Subfigure Entity. The parametric spline curve is a sequence of parametric polynomial segments.

    This entity, when read from an IGES file, is converted to a NURBS curve. This entity type can not be written out to an IGES file. The spline parameters are stored in the user data with the prefix "IGES_112_" followed by the parameter name.

    Modified by: Joseph A. Huwaldt

    Version:
    September 13, 2016
    Author:
    Joseph A. Huwaldt, Date: March 9, 2013
    • Constructor Detail

      • Entity112_ParSplineCurve

        public Entity112_ParSplineCurve​(Part p,
                                        DirEntry de)
        Default constructor.
        Parameters:
        p - part to which this entity is contained
        de - Directory Entry for this entity
    • Method Detail

      • check

        public void check()
        Checks to see if the entity is correct. The following restrictions are imposed: - The Label Display Pointer shall be 0
        Specified by:
        check in class Entity
      • read

        public void read​(java.io.RandomAccessFile in)
                  throws java.io.IOException
        Read the Parameter Data from the String read in by the superclass.
        Overrides:
        read in class Entity
        Parameters:
        in - input file
        Throws:
        java.io.IOException
      • getTypeString

        public java.lang.String getTypeString()
        Returns a short String describing this Entity object's type.
        Specified by:
        getTypeString in class Entity
        Returns:
        A short String describing this Entity object's type.
      • toString

        public java.lang.String toString()
        Dump to String.
        Overrides:
        toString in class Entity
        Returns:
        String containing the resulting text.