Package geomss.geom.reader.iges
Class Entity404_Drawing
- java.lang.Object
-
- geomss.geom.reader.iges.Entity
-
- geomss.geom.reader.iges.Entity404_Drawing
-
public class Entity404_Drawing extends Entity
DRAWING ENTITY - This entity defines drawing space coordinate system. A View Entity may also be used in conjunction with this entity to position entities in the defined drawing space. The Drawing Entity specifies a drawing as a collection of annotation entities i.e., any entity with its Entity Use Flag set to 01) defined in drawing space, and views (i.e., projections of model space data in view space).Modified by: Joseph A. Huwaldt
- Version:
- September 13, 2016
- Author:
- JDN, Version 1.0
-
-
Constructor Summary
Constructors Constructor Description Entity404_Drawing(Part p, DirEntry de)
Default constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
check()
Checks to see if the entity should be drawn.java.lang.String
getTypeString()
Returns a short String describing this Entity object's type.void
read(java.io.RandomAccessFile in)
Read the Parameter Data from the String read in by the superclass.java.lang.String
toString()
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
-
Entity404_Drawing
public Entity404_Drawing(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: - Number of view pointers shall be 1 - Number of annotation entities shall be 0 - Number of associativity pointers shall be 0 - Number of property pointers shall be 0, 1, 2, or 3
-
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:
getTypeString
in classEntity
- Returns:
- A short String describing this Entity object's type.
-
-