is there a QCAD plugin API reference ?
Moderator: andrew
Forum rules
Always indicate your operating system and QCAD version.
Attach drawing files and screenshots.
Post one question per topic.
Always indicate your operating system and QCAD version.
Attach drawing files and screenshots.
Post one question per topic.
-
- Newbie Member
- Posts: 6
- Joined: Fri Jun 17, 2022 9:32 pm
is there a QCAD plugin API reference ?
Hi. Where can I find an API reference for QCAD plugin development ?
-
- Premier Member
- Posts: 4872
- Joined: Wed Sep 27, 2017 4:17 pm
Re: is there a QCAD plugin API reference ?
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
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
-
- Newbie Member
- Posts: 6
- Joined: Fri Jun 17, 2022 9:32 pm
Re: is there a QCAD plugin API reference ?
Oh wow!; this is perfect. Thanks ! Much appreciated.