dxf2coord 1.1

The script reads the coordinates of points, lines, polylines, 3d polylines 3dfaces and circles from

Sie verfolgen jetzt diese Einreichung

The dxf2coord script reads the coordinates of points, lines, polylines (LWPOLYLINES with and without elevation), 3d polylines, 3dfaces and circles from an acad r2000 - r2004 ascii .dxf file. this simple script treads the .dxf file as a string and looks
for the keywords for the interested entity (e.g. 'AcDbPolyline' for polylines) and reads the following coordinates. for details see the dxf reference.

caution: this script won't read additional information like layer color,linewidth, linestyle etc.!!!

two different files are added, one saves all entities as a matrix the other as cell array

Zitieren als

lukas wischounig (2026). dxf2coord 1.1 (https://de.mathworks.com/matlabcentral/fileexchange/7619-dxf2coord-1-1), MATLAB Central File Exchange. Abgerufen .

Quellenangaben

Inspiriert: Read DXF File Data

Kategorien

Mehr zu Statistics and Machine Learning Toolbox finden Sie in Help Center und MATLAB Answers

Allgemeine Informationen

Kompatibilität der MATLAB-Version

  • Kompatibel mit allen Versionen

Plattform-Kompatibilität

  • Windows
  • macOS
  • Linux
Version Veröffentlicht Versionshinweise Action
1.0.0.0

version 1.1: reads 3dfaces and circles now, output format slightly changed