public class Entity106_13_3DVectorString extends Entity106_CopiousData
This entity, when read from an IGES file, is converted to a list of vectors (GeomList<GeomVector>). Each vector has the origin set to the appropriate point.
Modified by: Joseph A. Huwaldt
Entity106_CopiousData
Constructor and Description |
---|
Entity106_13_3DVectorString(Part p,
DirEntry de)
Default constructor.
|
Entity106_13_3DVectorString(Part part,
int DEnum,
GeomList 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_13_3DVectorString(Part p, DirEntry de)
p
- part to which this entity is containedde
- Directory Entry for this entitypublic Entity106_13_3DVectorString(Part part, int DEnum, GeomList 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 list of GeomVector 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