Package geomss.geom.reader.iges
Class Entity106_CopiousData
- java.lang.Object
-
- geomss.geom.reader.iges.Entity
-
- geomss.geom.reader.iges.GeomSSEntity
-
- geomss.geom.reader.iges.Entity106_CopiousData
-
- Direct Known Subclasses:
Entity106_1_2DPoints
,Entity106_11_2DLinearString
,Entity106_12_3DLinearString
,Entity106_13_3DVectorString
,Entity106_2_3DPoints
,Entity106_3_3DVectors
,Entity106_63_ClosedPlanarLinearCurve
public abstract class Entity106_CopiousData extends GeomSSEntity
COPIOUS DATA ENTITY - This entity is a list of data points, either 2D or 3D, closed or open.All supported forms of this entity, when read from an IGES file, are converted to a list of points or vectors as appropriate.
Modified by: Joseph A. Huwaldt
- Version:
- September 13, 2016
- Author:
- JDN, AED, Version 1.0
-
-
Constructor Summary
Constructors Constructor Description Entity106_CopiousData(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 is correct.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.GeomSSEntity
getGeomElement, isUsedInList
-
Methods inherited from class geomss.geom.reader.iges.Entity
blankedStatus, canWrite, getDENum, getErrors, getHeader, getMatrix, getPDNum, getType, getTypeString, getView, hierStatus, read_additional, subordStatus, useStatus, write
-
-
-
-
Constructor Detail
-
Entity106_CopiousData
public Entity106_CopiousData(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 is correct. The following restrictions are imposed: - The Label Display Pointer shall 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.
-
-