Package geomss.geom.reader.iges
Class Entity108_Plane
- java.lang.Object
-
- geomss.geom.reader.iges.Entity
-
- geomss.geom.reader.iges.GeomSSEntity
-
- geomss.geom.reader.iges.Entity108_Plane
-
- Direct Known Subclasses:
Entity108_0_UnboundedPlane
public abstract class Entity108_Plane extends GeomSSEntity
PLANE ENTITY - This entity represents a plane.When reading in this entity, all plane parameters are stored in the user data with the prefix "IGES_108_" followed by the parameter name.
Modified by: Joseph A. Huwaldt
- Version:
- February 22, 2025
- Author:
- Joseph A. Huwaldt, Date: September 6, 2010
-
-
Constructor Summary
Constructors Constructor Description Entity108_Plane(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 is correct.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.-
Methods inherited from class geomss.geom.reader.iges.GeomSSEntity
getGeomElement, isUsedInList
-
Methods inherited from class geomss.geom.reader.iges.Entity
blankedStatus, canWrite, getDENum, getErrors, getHeader, getMatrix, getPDNum, getType, getTypeString, getView, hierStatus, read_additional, subordStatus, useStatus, write
-
-
-
-
Constructor Detail
-
Entity108_Plane
public Entity108_Plane(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 is correct. The following restrictions are imposed: - The Label Display Pointer shall be 0.
-
read
public void read(java.io.RandomAccessFile in) throws java.io.IOException
Read the Parameter Data from the String read in by the superclass.
-
-