Package geomss.geom.reader.iges
Class Entity402_15_OrderedGroupNoBackPointers
- java.lang.Object
-
- geomss.geom.reader.iges.Entity
-
- geomss.geom.reader.iges.GeomSSEntity
-
- geomss.geom.reader.iges.Entity402_Associativity
-
- geomss.geom.reader.iges.Entity402_15_OrderedGroupNoBackPointers
-
public class Entity402_15_OrderedGroupNoBackPointers extends Entity402_Associativity
ASSOCIATIVITY ENTITY - ORDERED GROUP WITHOUT BACK POINTERS - This entity allows an ordered group of entities without back pointers to be maintained as a single, logical entity.Modified by: Joseph A. Huwaldt
- Version:
- February 22, 2025
- Author:
- JDN, Version 1.0
- See Also:
Entity402_Associativity
-
-
Constructor Summary
Constructors Constructor Description Entity402_15_OrderedGroupNoBackPointers(Part part, int DEnum, java.util.List<Entity> children, java.lang.String name)
Create this entity from the specified GeomSS geometry element.Entity402_15_OrderedGroupNoBackPointers(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.Entity402_Associativity
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
-
Entity402_15_OrderedGroupNoBackPointers
public Entity402_15_OrderedGroupNoBackPointers(Part p, DirEntry de)
Default constructor.- Parameters:
p
- part to which this entity is containedde
- Directory Entry for this entity
-
Entity402_15_OrderedGroupNoBackPointers
public Entity402_15_OrderedGroupNoBackPointers(Part part, int DEnum, java.util.List<Entity> children, java.lang.String name)
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).children
- A list of the entities contained in this list.name
- The name to apply to the entity or null for no name.
-
-
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.- Overrides:
write
in classEntity
- Parameters:
writer
- The PrintWriter to write the parameter data for this entity to.PDnum
- The starting Parameter Data row index number.- Returns:
- The Parameter Data row index number for the next row.
- Throws:
java.io.IOException
- if the parameter data could not be written out.
-
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.
-
-