Page 1 of 1

Including scripts

Posted: Mon Oct 31, 2022 6:02 am
by jay
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");

Re: Including scripts

Posted: Mon Oct 31, 2022 11:36 am
by CVH
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

Re: Including scripts

Posted: Mon Oct 31, 2022 9:14 pm
by jay
Okay, understood.

Thank you.