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

pyright and extending workplane #1645

Open
MarcWeber opened this issue Aug 11, 2024 · 0 comments
Open

pyright and extending workplane #1645

MarcWeber opened this issue Aug 11, 2024 · 0 comments

Comments

@MarcWeber
Copy link

You can use cq.Workplane.x = myfun or such.

#1644

See this about a workaround which allows pyright to type the code.

Another way to get this all done would be to introduce this syntax in Python:

def ext(wp, params):
  ...
wp..ext(params)  where .. means turn this into ext(wp, params)

No idea where to put this issue. Maybe somebody else finds it helpful.

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

1 participant