Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 932 Bytes

README.md

File metadata and controls

17 lines (9 loc) · 932 Bytes

Scripts for Testing the Python Module

Please check the examples provided in this directory for details on how to use 3D ACIS Modeler and the Python module.

Licensing

3D ACIS Modeler requires a valid license key which can be obtained by contacting Spatial Corporation. After obtaining the license key, use the string value of the unlock_str variable to activate ACIS.

Running Examples

An example on how to run the script from the command line:

python3 -i 01_generate_solid_block.py

This will leave you on the Python interpreter after executing the script (a.k.a. interactive mode). Therefore, you can test the code further in details.

Please note that if you would like to continue working with 3D ACIS Modeler, please don't forget to comment out Modeler.api_stop_modeller() lines in the scripts. Otherwise, modeling operations will fail and the interpreter session might crash.