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
with Locations(): ... with Builder(workplane): ... shape.move(location) # relative without copy shape.moved(location) # relative with copy shape.locate(location) # absolute without copy shape.located(location) # absolute with copy shape.translate((x,y,z)) # transform <- needs to change shape.rotate(Axis,angle) # transform <- needs to change shape.position = (x,y,z) # absolute without copy shape.position += (x,y,z) # relative without copy shape.orientation = (rx,ry,rz) # absolute without copy shape.orientation += (rx,ry,rz) # relative without copy
The text was updated successfully, but these errors were encountered:
Related to #450
Sorry, something went wrong.
No branches or pull requests
The text was updated successfully, but these errors were encountered: