Package geomss.geom.reader.iges
Class Entity106_XX_Unsupported
- java.lang.Object
-
- geomss.geom.reader.iges.Entity
-
- geomss.geom.reader.iges.Entity106_XX_Unsupported
-
public class Entity106_XX_Unsupported extends Entity
COPIOUS DATA ENTITY - UNSUPPORTED - This entity is a list of data points, either 2D or 3D, closed or open. This form is currently unsupported.Neither reading, nor writing of this entity type is supported.
Modified by: Joseph A. Huwaldt
- Version:
- September 13, 2016
- Author:
- JDN, Version 1.0
- See Also:
Entity106_CopiousData
-
-
Constructor Summary
Constructors Constructor Description Entity106_XX_Unsupported(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 has any errors or warnings.java.lang.String
getTypeString()
Returns a short String describing this Entity object's type.-
Methods inherited from class geomss.geom.reader.iges.Entity
blankedStatus, canWrite, getDENum, getErrors, getHeader, getMatrix, getPDNum, getType, getView, hierStatus, read, read_additional, subordStatus, toString, useStatus, write
-
-
-
-
Constructor Detail
-
Entity106_XX_Unsupported
public Entity106_XX_Unsupported(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 has any errors or warnings.
-
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.
-
-