Page 1 of 1
is there a QCAD plugin API reference ?
Posted: Sun Mar 09, 2025 6:59 pm
by alex_r
Hi. Where can I find an API reference for QCAD plugin development ?
Re: is there a QCAD plugin API reference ?
Posted: Mon Mar 10, 2025 6:16 am
by CVH
Hi,
Some basic information see the tutorial:
Script Programming
The most basics for an interactive script Addon see the tutorial:
Interactive Script Actions
Most QCAD tools are written as such, there is thus a vast set of examples, see
Open Source.
The vast QCAD API reference can be found
here.
(Generated on Thu Apr 15 2021 and a bit outdated in some occasions)
Regards,
CVH
Re: is there a QCAD plugin API reference ?
Posted: Mon Mar 10, 2025 10:19 pm
by alex_r
Oh wow!; this is perfect. Thanks ! Much appreciated.