-
Notifications
You must be signed in to change notification settings - Fork 65
Open
Labels
Description
Please don't raise an issue here until you have read the documentation, understood and met the requirements (YOU NEED CATIA INSTALLED) and have run the examples.
If you have upgraded from an earlier version and your script breaks please check the changelog as there will normally be information given for any breaking changes.
When raising an issue please give as much information as you can so I may try and reproduce the issue.
Please provide the following information:
- Windows OS version.
- CATIA version.
- Python version.
- pycatia version.
from pycatia import __version__
print(__version__)
- Your code! Formatted using markdown. Please read https://guides.github.com/features/mastering-markdown/ see the code section.
- Full stack trace of error you encounter (indent 4 spaces before pasting, not picture).
Thanks! :-)