Package geomss.geom.reader.iges
Class Entity410_View
- java.lang.Object
-
- geomss.geom.reader.iges.Entity
-
- geomss.geom.reader.iges.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 Summary
Constructors Constructor Description Entity410_View(Part p, DirEntry de)Default constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcheck()Checks to see if the entity should be drawn.java.lang.StringgetTypeString()Returns a short String describing this Entity object's type.voidread(java.io.RandomAccessFile in)Read the Parameter Data from the String read in by the superclass.java.lang.StringtoString()Dump to String.-
Methods inherited from class geomss.geom.reader.iges.Entity
blankedStatus, canWrite, getDENum, getErrors, getHeader, getMatrix, getPDNum, getType, getView, hierStatus, read_additional, subordStatus, useStatus, write
-
-
-
-
Constructor Detail
-
Entity410_View
public Entity410_View(Part p, DirEntry de)
Default constructor.- Parameters:
p- part to which this entity is containedde- 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
-
read
public void read(java.io.RandomAccessFile in) throws java.io.IOException
Read the Parameter Data from the String read in by the superclass.
-
getTypeString
public java.lang.String getTypeString()
Returns a short String describing this Entity object's type.- Specified by:
getTypeStringin classEntity- Returns:
- A short String describing this Entity object's type.
-
-