Package geomss.geom.reader.iges
Class Entity106_63_ClosedPlanarLinearCurve
- java.lang.Object
-
- geomss.geom.reader.iges.Entity
-
- geomss.geom.reader.iges.GeomSSEntity
-
- geomss.geom.reader.iges.Entity106_CopiousData
-
- geomss.geom.reader.iges.Entity106_63_ClosedPlanarLinearCurve
-
public class Entity106_63_ClosedPlanarLinearCurve extends Entity106_CopiousData
COPIOUS DATA ENTITY - CLOSED PLANAR CURVE - This entity defines a closed collection of connected line segments which share a constant depth (zt) value and which may be used as a component of a subfigure. Form 63 is a simple closed planar curve that defines the boundary of a region in XY coordinate space.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
- Version:
- September 13, 2016
- Author:
- JDN, Version 1.0
- See Also:
Entity106_CopiousData
-
-
Constructor Summary
Constructors Constructor Description Entity106_63_ClosedPlanarLinearCurve(Part p, DirEntry de)
Default constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getTypeString()
Returns a short String describing this Entity object's type.-
Methods inherited from class geomss.geom.reader.iges.Entity106_CopiousData
check, read, toString
-
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, getView, hierStatus, read_additional, subordStatus, useStatus, write
-
-
-
-
Constructor Detail
-
Entity106_63_ClosedPlanarLinearCurve
public Entity106_63_ClosedPlanarLinearCurve(Part p, DirEntry de)
Default constructor.- Parameters:
p
- part to which this entity is containedde
- Directory Entry for this entity
-
-
Method Detail
-
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.
-
-