Package geomss.geom.reader.iges
Class Entity104_0_GenConicArc
- java.lang.Object
-
- geomss.geom.reader.iges.Entity
-
- geomss.geom.reader.iges.GeomSSEntity
-
- geomss.geom.reader.iges.Entity104_ConicArc
-
- geomss.geom.reader.iges.Entity104_0_GenConicArc
-
public class Entity104_0_GenConicArc extends Entity104_ConicArc
CONIC ARC ENTITY - GENERAL - This entity defines an ellipse, a parabola, a hyperbola, or a portion of one of these conic curves which may be isolated or used as a component of a Composite Curve or a subfigure. Form 0 indicates that the type of the parent conic must be determined from the equations. This form is now deprecated.This entity, when read from an IGES file, is converted to a NURBS curve of degree 2 (IGES type 126, Form 2, Degree 2). 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:
Entity104_ConicArc
-
-
Constructor Summary
Constructors Constructor Description Entity104_0_GenConicArc(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.Entity104_ConicArc
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
-
Entity104_0_GenConicArc
public Entity104_0_GenConicArc(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.
-
-