public class Entity106_12_3DLinearString extends Entity106_CopiousData
This entity, when read from an IGES file, is converted to a list of points (a PointString object). This entity type can be written out to an IGES file.
Modified by: Joseph A. Huwaldt
Entity106_CopiousData
Constructor and Description |
---|
Entity106_12_3DLinearString(Part p,
DirEntry de)
Default constructor.
|
Entity106_12_3DLinearString(Part part,
int DEnum,
PointString geom)
Create this entity from the specified GeomSS geometry element.
|
Modifier and Type | Method and Description |
---|---|
boolean |
canWrite()
Returns
true if the Entity can be written to an exchange file. |
java.lang.String |
getTypeString()
Returns a short String describing this Entity object's type.
|
int |
write(java.io.PrintWriter writer,
int PDnum)
Write this entities parameter data to the specified PrintWriter.
|
check, read, toString
getGeomElement, isUsedInList
blankedStatus, getDENum, getErrors, getHeader, getMatrix, getPDNum, getType, getView, hierStatus, read_additional, subordStatus, useStatus
public Entity106_12_3DLinearString(Part p, DirEntry de)
p
- part to which this entity is containedde
- Directory Entry for this entitypublic Entity106_12_3DLinearString(Part part, int DEnum, PointString geom)
part
- The Part in which this entity is contained.DEnum
- The line count from the start of the Directory Entry Section for this
entry (odd number).geom
- The GeomSS PointString geometry to return an Entity for.public boolean canWrite()
true
if the Entity can be written to an exchange file.public int write(java.io.PrintWriter writer, int PDnum) throws java.io.IOException
public java.lang.String getTypeString()
getTypeString
in class Entity