Skip to content

LabVIEW package to read .dxf CAD file into LabVIEW without expensive NI Vision Software

License

Notifications You must be signed in to change notification settings

DashZhang/dxf-interpreter

Repository files navigation

dxf-interpreter

a simple interpreter for those who don't have NI Motion Assistant to read .dxf CAD file in LabVIEW.

Supported Geometry:

  • Line
  • Polyline
  • Arc
  • Circle
  • Hatch

Data Structure

2D geometry is stored as 1D array of clusters for each geometry instance. For detailed infomation of geometry parameters, see DXF Reference - Autodesk

  • Array (1D array of)
    • Cluster (cluster of 2 elements)
      • String (geometry label)
      • Array (1D array of geometry parameters)
        • Numberic (double-precision floating-point number)

Credit

Thanks to : Robin Alexander Nissen at CCM-EE ([email protected]) for lying down some groundwork :D

About

LabVIEW package to read .dxf CAD file into LabVIEW without expensive NI Vision Software

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published