Draft::Entity::Reference - CAD reference drawing-object


Draft documentation  | view source Contained in the Draft distribution.

Index


NAME

Top

Draft::Entity::Reference - CAD reference drawing-object

SYNOPSIS

Top

Points to one or more Draft::Drawing objects and places them in space.

DESCRIPTION

Top

A reference has some interesting attributes; coordinates for placing it in space, paths to Draft::Drawing objects and parts of them to ignore.

USAGE

Top

Processing the data in a Reference object causes referenced drawings to be read if necessary:

    $self->Process;


Draft documentation  | view source Contained in the Draft distribution.