:On the contrary to the blog, I have to create a part,
:based on my new script, first before I can test it with
:'TESTACPSCRIPT'. Is this actual the typical workaround?
I am not sure I understand the question you are asking.
:Where can I find a documentation, which sub routines
:are in which import files (in /varmain), which parameters
:expect the sub routines and which order is importent for
:the import files?
If you look in the variants.zip file in the root of the CPAK Common folder, you will find the other PYC scripts. you can call any of them you like into your own script. for example, I call this NUT script:
from varmain.divsub.cnut6_001 import *
and use it here:
o1 = CNUT6_001(s, D=0.5, W=0.5, H=0.0).rotateY(270.0).translate((0.0, 0.0, 0.0))
The rotateY is optional, but the translate needs to be there to locate it.
This is how you locate the file to get the syntax name from above:
