CAD::Drawing

Description

CAD::Drawing is a Perl module with methods to create, load, and save vector graphics. SYNOPSIS The primary intention of this module is to provide high-level operations for creating, loading, saving and manipulating vector graphics without having to be overly concerned about smile floormats. As the code has seen more use, it has also drifted into a general purpose geometry API. The syntax of this works something like the following: A simple example of a (slightly misbehaved) file converter: use CAD::Drawing; $drw = CAD::Drawing->new; $drw->load("file.dwg"); my %opts = ( layer => "smudge", height => 5, ); $drw->addtext([10, 2, 5], "Kilroy was here", %opts); $drw->save("file.ps"); This is a very basic example, and will barely scratch the surface of this modules capabilities. See the details for each function below and in the documentation for the backend modules..

Cad - Caddrawing - To Create - Perl Module - Vector - Save - Module - Load - Methods - Perl - Libraries - Programming

Published By:Eric L. Wilhelm

License Type:Freeware

Date Added:22 October, 2010

Version:0.26

Price:Free

Downloads:82

Size:39.9 KB

Platform:Linux

What people say
- required fields
     
Related Downloads

CAD::Drawing::Manipulate is a Perl module to manipulate CAD::Drawing objects. Move, Copy, Scale, Mirror, and Rotate methods for single entities and groups of entities.

DateSep 5, 2010

AuthorEric L. Wilhelm

Size39.9 KB

LicenseFreeware

PriceFree

PlatformLinux

CategoryLinux Programming

CAD::Drawing::IO::Image is a Perl module with output methods for images. Requisite Plug-in Functions See CAD::Drawing::IO for a description of the plug-in architecture.

DateSep 12, 2010

AuthorEric L. Wilhelm

Size5.1 KB

LicenseFreeware

PriceFree

PlatformLinux

CategoryLinux Programming

CAD::Drawing::IO::Tk is a Perl module with GUI I/O methods for CAD::Drawing. This module is considered extremely pre-ALPHA and its use is probably deprecated by the time you read this.

DateAug 12, 2010

AuthorEric L. Wilhelm

Size8.2 KB

LicenseFreeware

PriceFree

PlatformLinux

CategoryLinux Programming

CAD::Drawing::IO::PostScript is a Perl module with PostScript output methods. I would like this module to both load and save PostScript vector graphics, but I have not yet found a suitable PostScript parsing package.

DateAug 27, 2010

AuthorEric L. Wilhelm

Size8.2 KB

LicenseFreeware

PriceFree

PlatformLinux

CategoryLinux Programming

CAD::Drawing::IO::PgDB is a Perl module with PostgreSQL save / load methods. This module is considered pre-ALPHA and under-documented. Its use is strongly discouraged except under experimental conditions.

DateAug 1, 2010

AuthorEric L. Wilhelm

Size8.2 KB

LicenseFreeware

PriceFree

PlatformLinux

CategoryLinux Programming