Draft - CAD directory-based file format demo


Draft documentation  | view source Contained in the Draft distribution.

Index


NAME

Top

Draft - CAD directory-based file format demo

SYNOPSIS

Top

This is just a demonstration, nobody in their right-mind would go and create GUI CAD applications in perl.

DESCRIPTION

Top

An implementation of "An open file format for Computer Aided Design (CAD)"

    L<http://bugbear.blackfish.org.uk/~bruno/draft/>

USAGE

Top

    $Draft::PATH = '/path/to.drawing/';
    Draft->Read;

The 'Draft' module itself is mainly used to bootstrap the world-space that drawings are loaded into - This is accessible via the package variable $Draft::WORLD.


Draft documentation  | view source Contained in the Draft distribution.