GithubHelp home page GithubHelp logo

dwg_samples's Introduction

dwg_samples

AutoCAD DWG samples. Produced with trial AutoCAD 2016 M.49.0.0

#Types of objects OpenDesign specification lists 78 types of objects ((page 102)[https://www.opendesign.com/files/guestdownloads/OpenDesign_Specification_for_.dwg_files.pdf])

Each command should end with two spaces. New DWGs are created via New -> Open with no template - metric

  • point2D - точка, vertex 2D (point)

    _POINT 50,50

  • point3D - точка, vertex 3D (point)

    _POINT 50,50,50

  • line - отрезок, 2 vertex 3D (polyline_line)

    _LINE 50,50 100,100

  • arc - дуга, 2 vertex 3D + средняя точка и дуговой сегмент (не путать с дуговым сегментом полилинии)

    _ARC 50,50 75,75 100,50

  • circle - окружность

    _CIRCLE 50,50 50

  • ellipse - эллипс

    _ELLIPSE 50,50 150,150 30

  • polyline-2D-line - 2 и более 2D vertex, line сегменты

    _POLYLINE 50,50 100,100 150,50

  • polyline-2D-arc - 2 и более 2D vertex, arc сегменты

  • polyline-3D-line - 2 и более 3D vertex, line сегменты

  • polyline (mesh) -

  • polyline (pface) -

  • spline -

#Formats

  • 2000
  • 2004
  • 2007
  • 2010
  • 2013
  • R14

dwg_samples's People

Contributors

simgislab avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.