Class Entity410_View


  • public class Entity410_View
    extends Entity
    VIEW ENTITY - This entity specifies the position of the model entities when referenced from a Drawing Entity.

    Modified by: Joseph A. Huwaldt

    Version:
    February 22, 2025
    Author:
    JDN, Version 1.0
    • Constructor Detail

      • Entity410_View

        public Entity410_View​(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 should be drawn. The following restrictions are imposed: - The Transformation Matrix shall be 0 - The view volume pointers shall all 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 - if the parameter data could not be read in.
      • 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.