How to use CALL procedure to call another subscript where you have part of your script. For instance, how to put into subscript drawing a reinforcement bar, so that you call this like a procedure to do drawing task?
Whatever I try is not working as the subscript does not behave properly and does not remember parameters even if I pass them to the procedure in subscript?
Do you have any simple example to illustrate how to use CALL command?
From my perspective it would be good practice to keep UI parameters in the main script, but do just drawing some parts in the procedure stored in subscript!
Any suggestion is welcome.
Primoz
- Forum
- CAD Parametric Modelling
- Smartparts
[Frage] Calling subscripts using CALL command in Smartparts!
02.05.2020 - 18:53
Uhr
Hilfreichste Antwort anzeigen Hilfreichste Antwort verbergen
04.05.2020 - 20:25
Uhr
Hi,
Do you have more detailed Smartparts reference manual as the one we can access on online help has no detailed information. It is just a brief overview!!!
Primoz
04.05.2020 - 20:28
Uhr
For instance for the command REQUEST, you can just guess what parameters to use for particular parameter!!
Not even oracle knows what to use...