public class Entity112_ParSplineCurve extends GeomSSEntity
This entity, when read from an IGES file, is converted to a NURBS curve. This entity type can not be written out to an IGES file. The spline parameters are stored in the user data with the prefix "IGES_112_" followed by the parameter name.
Modified by: Joseph A. Huwaldt
Constructor and Description |
---|
Entity112_ParSplineCurve(Part p,
DirEntry de)
Default constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
check()
Checks to see if the entity is correct.
|
java.lang.String |
getTypeString()
Returns a short String describing this Entity object's type.
|
void |
read(java.io.RandomAccessFile in)
Read the Parameter Data from the String read in by the superclass.
|
java.lang.String |
toString()
Dump to String.
|
getGeomElement, isUsedInList
blankedStatus, canWrite, getDENum, getErrors, getHeader, getMatrix, getPDNum, getType, getView, hierStatus, read_additional, subordStatus, useStatus, write
public Entity112_ParSplineCurve(Part p, DirEntry de)
p
- part to which this entity is containedde
- Directory Entry for this entitypublic void check()
public void read(java.io.RandomAccessFile in) throws java.io.IOException
public java.lang.String getTypeString()
getTypeString
in class Entity