Package geomss.geom.reader.iges
Class Entity108_0_UnboundedPlane
- java.lang.Object
-
- geomss.geom.reader.iges.Entity
-
- geomss.geom.reader.iges.GeomSSEntity
-
- geomss.geom.reader.iges.Entity108_Plane
-
- geomss.geom.reader.iges.Entity108_0_UnboundedPlane
-
public class Entity108_0_UnboundedPlane extends Entity108_Plane
PLANE ENTITY - UNBOUNDED - This entity represents an unbounded plane.This entity type can be written out to an IGES file.
Modified by: Joseph A. Huwaldt
- Version:
- September 13, 2016
- Author:
- Joseph A. Huwaldt, Date: September 6, 2010
- See Also:
Entity108_Plane
-
-
Constructor Summary
Constructors Constructor Description Entity108_0_UnboundedPlane(Part part, int DEnum, GeomPlane geom)
Create this entity from the specified GeomSS geometry element.Entity108_0_UnboundedPlane(Part p, DirEntry de)
Default constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
canWrite()
Returnstrue
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.-
Methods inherited from class geomss.geom.reader.iges.Entity108_Plane
check, read, toString
-
Methods inherited from class geomss.geom.reader.iges.GeomSSEntity
getGeomElement, isUsedInList
-
Methods inherited from class geomss.geom.reader.iges.Entity
blankedStatus, getDENum, getErrors, getHeader, getMatrix, getPDNum, getType, getView, hierStatus, read_additional, subordStatus, useStatus
-
-
-
-
Constructor Detail
-
Entity108_0_UnboundedPlane
public Entity108_0_UnboundedPlane(Part p, DirEntry de)
Default constructor.- Parameters:
p
- part to which this entity is containedde
- Directory Entry for this entity
-
Entity108_0_UnboundedPlane
public Entity108_0_UnboundedPlane(Part part, int DEnum, GeomPlane geom)
Create this entity from the specified GeomSS geometry element.- Parameters:
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.
-
-
Method Detail
-
canWrite
public boolean canWrite()
Returnstrue
if the Entity can be written to an exchange file.
-
write
public int write(java.io.PrintWriter writer, int PDnum) throws java.io.IOException
Write this entities parameter data to the specified PrintWriter.
-
getTypeString
public java.lang.String getTypeString()
Returns a short String describing this Entity object's type.- Specified by:
getTypeString
in classEntity
- Returns:
- A short String describing this Entity object's type.
-
-