| Draft documentation | view source | Contained in the Draft distribution. |
Draft::Entity::Reference - CAD reference drawing-object
Points to one or more Draft::Drawing objects and places them in space.
A reference has some interesting attributes; coordinates for placing it in space, paths to Draft::Drawing objects and parts of them to ignore.
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. |