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

In This Topic
    ReadAutodesk Class
    In This Topic
    Helper class for loading DWG/DXF files. A list of supported entities follows.
    Entity Name Details
    Point
    Line
    Arc
    Circle
    Ellipse
    AttributeDefinition
    Text
    MText
    Polyline
    Polyline2D
    Polyline3D
    Spline
    Face
    PolyfaceMesh
    PolygonMesh Simple, with no surface fitting or smoothing
    MInsertBlock
    BlockReference
    RotatedDimension
    AlignedDimension
    RadialDimension
    DiametricDimension
    Solid
    Solid3D
    LoftedSurface
    Region
    Mline
    Hatch
    SubDMesh
    RasterImage
    Body
    ExtrudedSurface
    Syntax
    'Declaration
     
    Public Class ReadAutodesk 
       Inherits ReadFileAsyncWithBlocksAndLayers
    public class ReadAutodesk : ReadFileAsyncWithBlocksAndLayers 
    Inheritance Hierarchy

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

    See Also