Including scripts

Discussion forum for C++ and script developers who are using the QCAD development platform or who are looking to contribute to QCAD (translations, documentation, etc).

Moderator: andrew

Forum rules

Always indicate your operating system and QCAD version.

Attach drawing files, scripts and screenshots.

Post one question per topic.

Post Reply
jay
Newbie Member
Posts: 7
Joined: Mon Oct 31, 2022 5:28 am

Including scripts

Post by jay » Mon Oct 31, 2022 6:02 am

Hi everyone,

I feel this is a really simple question for the right person.

How can I find out which functions/methods I can call when I include a script?

For example:
include("scripts/Pro/Modify/Detection/ZeroLengthDetection/ZeroLengthDetection.js");

CVH
Premier Member
Posts: 3415
Joined: Wed Sep 27, 2017 4:17 pm

Re: Including scripts

Post by CVH » Mon Oct 31, 2022 11:36 am

Hi,

Scripts in ../scripts/Pro section are the proprietary part of QCAD, the QCAD PRO part.
To my knowledge there are no openly shared references for those.

Except a few usages on the forum like:
https://www.qcad.org/rsforum/viewtopic. ... 45&#p25846
https://www.qcad.org/rsforum/viewtopic. ... 880#p27880

Also read the note on (future) usages at the bottom of this reply by Andrew:
https://qcad.org/rsforum/viewtopic.php?t=7057#p27118

Some basic function signatures on their own would be great ... :(

Regards,
CVH

jay
Newbie Member
Posts: 7
Joined: Mon Oct 31, 2022 5:28 am

Re: Including scripts

Post by jay » Mon Oct 31, 2022 9:14 pm

Okay, understood.

Thank you.

Post Reply

Return to “QCAD Programming, Script Programming and Contributing”