Class | Description |
---|---|
Constants |
The Constants class is a holding area for any "global" variables that are needed for
multiple classes.
|
DirEntry |
The DirEntry class represents the IGES Directory Entry.
|
Entity |
The Entity class is meant to be a superclass for the individual entity type/ form
classes.
|
Entity000_Null |
NULL ENTITY - An entity that may be created as a result of editing a file
to delete an "undesired" entity.
|
Entity100_CircularArc |
CIRCULAR ARC ENTITY - This entity defines a circle or a portion of a
circle which may be isolated or used as a component of a Composite Curve Entity or a
subfigure.
|
Entity102_CompositeCurve |
COMPOSITE CURVE ENTITY - This entity defines an associativity
relationship between an ordered list of curve segments.
|
Entity104_0_GenConicArc |
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.
|
Entity104_1_EllipticalArc |
CONIC ARC ENTITY - ELLIPSE - This entity defines an ellipse or elliptical
arc.
|
Entity104_2_HyperbolicArc |
CONIC ARC ENTITY - HYPERBOLA - This entity defines a hyperbolic arc.
|
Entity104_3_ParabolicArc |
CONIC ARC ENTITY - PARABOLA - This entity defines a parabolic arc.
|
Entity104_ConicArc |
CONIC ARC ENTITY - 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 sub-figure.
|
Entity106_1_2DPoints |
COPIOUS DATA ENTITY - DATA POINTS - This entity defines
a set of 2D coordinate points which may be
isolated or used as a component of a Subfigure Entity.
|
Entity106_11_2DLinearString |
COPIOUS DATA ENTITY - LINEAR STRING - This entity defines a series of
linear segments along the consecutive points of the path which may be isolated or used
as a component of a Subfigure Entity.
|
Entity106_12_3DLinearString |
COPIOUS DATA ENTITY - LINEAR STRING - This entity defines a series of
linear segments along the consecutive points of the path which may be isolated or used
as a component of a Subfigure Entity.
|
Entity106_13_3DVectorString |
COPIOUS DATA ENTITY - LINEAR STRING WITH VECTORS - This entity defines an
ordered set of 3D coordinate points with associated 3D vectors.
|
Entity106_2_3DPoints |
COPIOUS DATA ENTITY - DATA POINTS - This entity defines
a set of 3D coordinate points which may be
isolated or used as a component of a Subfigure Entity.
|
Entity106_3_3DVectors |
COPIOUS DATA ENTITY - DATA POINTS WITH VECTORS - This entity defines
a set of 3D coordinate points with associated 3D vectors.
|
Entity106_63_ClosedPlanarLinearCurve |
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.
|
Entity106_CopiousData |
COPIOUS DATA ENTITY - This entity is a list of data points, either 2D or
3D, closed or open.
|
Entity106_XX_Unsupported |
COPIOUS DATA ENTITY - UNSUPPORTED - This entity is a list of data points,
either 2D or 3D, closed or open.
|
Entity108_0_UnboundedPlane |
PLANE ENTITY - UNBOUNDED - This entity represents an unbounded plane.
|
Entity108_Plane |
PLANE ENTITY - This entity represents a plane.
|
Entity108_XX_Unsupported |
PLANE ENTITY - UNSUPPORTED - This entity represents a plane.
|
Entity110_Line |
LINE ENTITY - This entity defines a line segment which may be isolated or
used as a component of a Composite Curve Entity or a subfigure.
|
Entity112_ParSplineCurve |
PARAMETRIC SPLINE CURVE ENTITY - This entity represents a Parametric
Spline Curve that may be isolated or used as a component of a Composite Curve Entity or
a Subfigure Entity.
|
Entity116_Point |
POINT ENTITY - This entity defines a point which may be isolated or used
as a component of a Composite Curve Entity or a subfigure.
|
Entity118_0_RuledSurface |
RULED SURFACE ENTITY - This entity represents a ruled or 2-curve linearly
lofted surface.
|
Entity118_1_RuledSurface |
RULED SURFACE ENTITY - This entity represents a ruled or 2-curve linearly
lofted surface.
|
Entity118_RuledSurface |
RULED SURFACE ENTITY - This entity represents a ruled or 2-curve linearly
lofted surface.
|
Entity118_XX_Unsupported |
RULED SURFACE ENTITY - This entity represents a ruled or 2-curve linearly
lofted surface.
|
Entity120_SurfaceOfRevolution |
SURFACE OF REVOLUTION ENTITY - This entity represents a surface of
revolution.
|
Entity124_TransformationMatrix |
TRANSFORMATION MATRIX ENTITY - This allows translation and rotation to be
applied to other entities.
|
Entity126_BSplineCurve |
RATIONAL B-SPLINE CURVE ENTITY - This entity represents a Rational
B-Spline Curve that may be isolated or used as a component of a Composite Curve Entity
or a Subfigure Entity.
|
Entity128_BSplineSurface |
RATIONAL B-SPLINE SURFACE ENTITY - This entity represents a Rational
B-Spline Surface.
|
Entity142_CurveOnSurface |
CURVE ON A PARAMETRIC SURFACE ENTITY - This entity represents a curve
associated with a surface and identifies the curve as lying on the surface.
|
Entity144_TrimmedSurface |
TRIMMED PARAMETRIC SURFACE ENTITY - This entity represents a surface that
is a subset of another surface bounded on the outside by a boundary curve and on the
inside (holes) with a series of boundary curves.
|
Entity308_Subfigure |
SUBFIGURE DEFINITION ENTITY - This entity supports multiple instantiation
of a defined collection of entities.
|
Entity402_15_OrderedGroupNoBackPointers |
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.
|
Entity402_Associativity |
ASSOCIATIVITY ENTITY - This entity defines an associativity relationship
between other entities.
|
Entity402_XX_Unsupported |
ASSOCIATIVITY ENTITY - UNSUPPORTED - This entity allows an ordered group
of entities without back pointers to be maintained as a single, logical entity.
|
Entity404_Drawing |
DRAWING ENTITY - This entity defines drawing space coordinate system.
|
Entity408_SingularSubfigure |
SINGULAR SUBFIGURE INSTANCE ENTITY - This entity defines the occurrence
of a single instance of the defined subfigure.
|
Entity410_View |
VIEW ENTITY - This entity specifies the position of the model entities
when referenced from a Drawing Entity.
|
EntityFactory |
A factory class that provides methods for creating Entity instances.
|
EntityXXX_Unsupported |
UNSUPPORTED ENTITY - This entity is both a generic starting point for
entity class creation and a placeholder for unsupported entities in the IGES file.
|
GeomSSEntity |
The interface an implementation in common to all Entity objects that contain GeomSS
geometry.
|
GlobalSection |
The GlobalSection class encapsulates the IGES Global Section.
|
Part |
The Part class encapsulates the entire IGES file.
|
StartSection |
The StartSection class encapsulates the IGES Start Section.
|
View |
The View class represents an IGES view and its transformation.
|