drawing rectangles

Post here to ask questions about or get help with the scripting module of QCAD 2.1/2.2.

Moderator: andrew

Locked
wwymak
Registered Member
Posts: 1
Joined: Tue Jan 22, 2008 12:01 pm

drawing rectangles

Post by wwymak » Tue Jan 22, 2008 12:10 pm

Hi,
Is there a way to draw rectangles by scripting? I will need to put around 300(!) rectangles of the same size on a drawing for an electronic component, and it would be easier if I can do it by a rectangle instead of lines.

the examples that come with the demo version doesn't seem to have anything to draw rectangles...

User avatar
andrew
Site Admin
Posts: 9019
Joined: Fri Mar 30, 2007 6:07 am

Post by andrew » Tue Jan 22, 2008 3:30 pm

You might want to create your own rectangle function which takes two vectors as parameters and creates a rectangle from four lines. You can do that with a simple script function.

Locked

Return to “QCAD 2.1/2.2 Developers”