Class Entity308_Subfigure


  • public class Entity308_Subfigure
    extends GeomSSEntity
    SUBFIGURE DEFINITION ENTITY - This entity supports multiple instantiation of a defined collection of entities.

    This entity, when read from an IGES file, is converted to a list of geometry objects. This entity type can not be written out to an IGES file.

    Modified by: Joseph A. Huwaldt

    Version:
    September 13, 2016
    Author:
    Joseph A. Huwaldt, Date: January 31, 2012
    • Constructor Detail

      • Entity308_Subfigure

        public Entity308_Subfigure​(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. No restrictions are imposed.
        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
      • toString

        public java.lang.String toString()
        Dump to String.
        Overrides:
        toString in class Entity
        Returns:
        String containing the resulting text.
      • 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.