User:Billybug/Acad-plugin-ang

From Inkscape Wiki
< User:Billybug
Revision as of 11:04, 30 December 2008 by Billybug (talk | contribs) (New page: === Introduction of project === The idea is to use the power of [http://fr.wikipedia.org/wiki/SVG SVG] with tools familiar to users of AutoCAD. The project to provide technical precision...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Introduction of project

The idea is to use the power of SVG with tools familiar to users of AutoCAD.

The project to provide technical precision Inkscape already exists(v0.52) but what I propose is a plugin to have functions such as accroches objects at hand and independent versions of the software.

Acad-plugin.PNG

This is a fitting example, the design of the buttons and the choice of roles is to define.

I think if the idea is simply the achievement of this plugin should not be very complicated: it but requires a knowledge of Python and mathematical functions for each tool (Ability to learn from this code:[1] or that of Qcad

Possible forms

  • Plugin turn on / off, floating toolbar / lockable
  • Fork Inkscape incorporating all technical drawing tools (why not "Techscape")

Orders to include

I will list here the commands that can be useful to include the plugin, the description of the icon equivalent autocad, their relevance and possible code to their achievement.

editing tools

objects accroches

Acobjet-Per.PNG Proche

Allows you to insert a point on the line closest to the cursor

Code : 
Acobjet-Int.PNG Intersection

Allows you to insert a period at the intersection of 2 lines

Code : 


Acobjet-Ext.PNG end

Allows you to insert a period at the end of a line

Code : 


Acobjet-Mil.PNG Midfielder

Allows you to insert a point in the center of a line

Code : 


Per2.PNG Perpendicular

To insert an item in the perpendicular

Code : 


Acobjet-Tan.PNG Tangente

Allows you to insert a point on the tangent

Code : 


measurement tools

Similar Pages