Message 1 of 10
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello guys,
I am trying to model a component and for that I have created a *.pyd (python dynamic library) file. So far so good. But when I import that file into my script then PLANTREGISTERCUSTOMSCRIPT run just fine and does not give any error. However, when I test the script with TESTACPSCRIPT it gives me error Geometry can not be generated with the given parameters.nil but if do not create a *.pyd file and compile it as simple *.pyc then everything works out smooth and geometry is created just fine.
I don't know what I am doing wrong and how to rectify
Solved! Go to Solution.