Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Translators Namespace / ReadIGES Class
Members

In This Topic
    ReadIGES Class
    In This Topic
    Utility class for loading IGES files asynchronously.

    The list of supported entities follows:

    Type Form Entity Name
    100 Arc
    102 Composite Curve
    104 1 Conic Arc
    106 1, 2, 12 Copious Data
    108 Plane
    110 Line
    112 Parametric spline
    114 Parametric spline surface
    116 Point
    118 Ruled Surface
    120 Surface of Revolution
    122 Tabulated Surface
    124 Transformation Matrix
    126 Rational B-Spline Curve
    128 Rational B-Spline Surface
    140 Offset surface
    141 Boundary Entity
    142 Curve on Parametric Surface
    143 Bounded Surface
    144 Trimmed Parametric Surface
    186 Manifold Solid BRep
    190 Planar Surface
    192 Right Circular Cylindrical Surface
    194 Right Circular Conical Surface
    196 Spherical Surface
    198 Torical Surface
    212 General Note
    308 Subfigure Definition
    314 Color Definition
    402 15 Ordered Group
    406 3 Level Function Property
    408 Singular Subfigure Instance
    502 Vertex
    504 Edge
    508 Loop
    510 Face
    514 Shell
    Syntax
    'Declaration
     
    Public Class ReadIGES 
       Inherits ReadFileAsyncWithBlocksAndLayers
    public class ReadIGES : ReadFileAsyncWithBlocksAndLayers 
    Inheritance Hierarchy

    System.Object
       devDept.Eyeshot.WorkUnit
          devDept.Eyeshot.Translators.ReadFileAsync
             devDept.Eyeshot.Translators.ReadFileAsyncWithBlocks
                devDept.Eyeshot.Translators.ReadFileAsyncWithBlocksAndLayers
                   devDept.Eyeshot.Translators.ReadIGES

    See Also