Giter Club home page Giter Club logo

cad-format-dwg-ac1_2's Introduction

NAME
    CAD::Format::DWG::AC1_2 - Read AutoCAD 1.2 DWG file.

SYNOPSIS
     use CAD::Format::DWG::AC1_2;

     my $dwg = CAD::Format::DWG::AC1_2->new;
     my $dwg = CAD::Format::DWG::AC1_2->from_file($dwg_file);
     my $entities_ar = $dwg->entities;
     my $header = $dwg->header;

DESCRIPTION
    In distribution is kaitai structure definition file dwg_ac1_2.ksy which
    described AutoCAD DWG format version AC1.2.

METHODS
  "new"
     my $dwg = CAD::Format::DWG::AC1_2->new;

    Constructor.

    Returns instance of object.

  "from_file"
     my $dwg = CAD::Format::DWG::AC1_2->from_file($dwg_file);

    Create instance of object from DWG file.

    Returns instance of object.

  "entities"
     my $entities_ar = $dwg->entities;

    Get list of entities in DWG file.

    Returns reference to array with CAD::Format::DWG::AC1_2::Entity
    instances.

  "header"
     my $header = $dwg->header;

    Get header of DWG file.

    Returns instance of CAD::Format::DWG::AC1_2::Header object.

DEPENDENCIES
    IO::KaitaiStruct.

REPOSITORY
    <https://github.com/michal-josef-spacek/CAD-Format-DWG-AC1_2.git>

AUTHOR
    Michal Josef Špaček <mailto:[email protected]>

    <http://skim.cz>

LICENSE AND COPYRIGHT
    © 2021-2023 Michal Josef Špaček

    BSD 2-Clause License

VERSION
    0.01

cad-format-dwg-ac1_2's People

Watchers

 avatar  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.