-
Notifications
You must be signed in to change notification settings - Fork 57
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] Missing scale_on_extremities in DrawingArrow #230
Comments
According to the Anyways, this will get added but I'll need to go through all the new features and try and capture them too. I'll also need to get pycatia to do a version check before the user runs the these new methods. Unless, I leave them to fail without telling the user why, maybe just comment on the fact in the doc string for the method? Unfortunately I don't currently have a way to test them anyway. I'll need to think on this .... |
I've now added a bunch of new Classes, methods, properties and enums introduced between R2018 and R2021 which are listed in the CHANGELOG.md for the developement branch. One of these additions is This will be included in next release which will be 0.8.0. Thanks for letting me know about this. I should be able to get the |
If Suppose user uses the lower version, notify them with error msg : These Methods or Class, Property not available with this CATIA version. |
What I ended up doing was simply log a message to the console if the CATIA version is lower than the requirement. 0.8.0 is now released. |
Describe the bug
scale_on_extremities property is missing in the DrawingArrow Object
Expected behavior

These below property need to be added in the drawing_arrow.py
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: