QCAD
Open Source 2D CAD
simple_modify.js File Reference

Functions

void lengthen (void entity, void start, void amount)
 Lengthens of shortens the given entity or shape. More...
 
void mirror (void e, void axis)
 Mirrors the given entity or shape at the given axis. More...
 
void move (void e, void offset)
 Moves the given entity or shape by the given offset. More...
 
void paste (void docSource, void diDestination, void offset, void scale, void rotation, void flipHorizontal, void flipVertical, void toCurrentLayer, void overwriteLayers, void overwriteBlocks)
 Pastes the given document into the current document or into the second given document. More...
 
void rotate (void e, void angle, void center)
 Rotates the given entity or shape by the given angle around the given center. More...
 
void scale (void e, void factor, void focusPoint)
 Scales the given entity or shape by the given factor with the given focus point. More...
 
void trim (void trimEntity, void trimClickPos, void limitingEntity, void limitingClickPos, void trimBoth)
 Trims the given entity / entities or shape(s). More...