Skip to content
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

Wrong return in drawing - function set_view_loc(client, view, point, drawing=None) #84

Closed
liculm89 opened this issue Feb 2, 2024 · 0 comments

Comments

@liculm89
Copy link

liculm89 commented Feb 2, 2024

  • Creo version:9.0.3
  • Creopyson version: 0.7.6
  • Creoson version: 2.9.0

Description

In module 'drawing', function set_view_loc(client, view, point, drawing=None)
The return value is calling the wrong client function.
"return client._creoson_post("drawing", "set_cur_model", data)"

It should be : "return client._creoson_post("drawing", "set_view_loc", data)"

Zepmanbc added a commit that referenced this issue Feb 3, 2024
drawing.set_view_loc return correction
Zepmanbc added a commit that referenced this issue Feb 3, 2024
0.7.7 (2024-02-03)
---------------------------------

* BugFix:
    * Correction for `drawing.set_view_loc` (`issue#84`_)

.. _`issue#84`: #84
@Zepmanbc Zepmanbc closed this as completed Feb 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants