Package geomss.geom.reader.iges
Class Entity118_XX_Unsupported
- java.lang.Object
-
- geomss.geom.reader.iges.Entity
-
- geomss.geom.reader.iges.Entity118_XX_Unsupported
-
public class Entity118_XX_Unsupported extends Entity
RULED SURFACE ENTITY - This entity represents a ruled or 2-curve linearly lofted surface. This form is currently unsupported.Modified by: Joseph A. Huwaldt
- Version:
- September 13, 2016
- Author:
- Joseph A. Huwaldt, Date: March 11, 2013
-
-
Constructor Summary
Constructors Constructor Description Entity118_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
-
Entity118_XX_Unsupported
public Entity118_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.
-
-