We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Just noticed while using the Shape.rotate_solid method that the solid argument was not optional, despite what's written in the docs.
Shape.rotate_solid
solid
paramak/paramak/shape.py
Line 657 in 4366a23
Should it have a default value? Is it even needed in the method? it seems to be overwritten anyway.
Line 668 in 4366a23
The text was updated successfully, but these errors were encountered:
Ah sorry it isn't overwitten but it seems like this method wasn't designed to be used outside of the class...
My use case is: I have a solid created outside of the paramak, I want to import it in a Shape instance and then rotate it with paramak methods
Sorry, something went wrong.
No branches or pull requests
Just noticed while using the
Shape.rotate_solid
method that thesolid
argument was not optional, despite what's written in the docs.paramak/paramak/shape.py
Line 657 in 4366a23
Should it have a default value?
Is it even needed in the method? it seems to be overwritten anyway.
paramak/paramak/shape.py
Line 668 in 4366a23
The text was updated successfully, but these errors were encountered: