public class Entity106_1_2DPoints extends Entity106_CopiousData
COPIOUS DATA ENTITY - DATA POINTS - This entity defines a set of 2D coordinate points which may be isolated or used as a component of a Subfigure Entity. Form 1 indicates that all the points share a constant depth (Zt) value (are 2D).
This entity, when read from an IGES file, is converted to a list of points (a PointString object). This entity type can not be written out to an IGES file.
Modified by: Joseph A. Huwaldt
Entity106_CopiousData
Constructor and Description |
---|
Entity106_1_2DPoints(Part p,
DirEntry de)
Default constructor.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getTypeString()
Returns a short String describing this Entity object's type.
|
check, read, toString
getGeomElement, isUsedInList
blankedStatus, canWrite, getDENum, getErrors, getHeader, getMatrix, getPDNum, getType, getView, hierStatus, read_additional, subordStatus, useStatus, write
public Entity106_1_2DPoints(Part p, DirEntry de)
p
- part to which this entity is containedde
- Directory Entry for this entitypublic java.lang.String getTypeString()
getTypeString
in class Entity