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
To visually separate the pars I use different colors for my models:
show_object(partA, options={"alpha":0.2, "color": (64, 164, 223)}, name='Part A')
Also the alpha property is very useful to show hidden parts.
But the color option, will crash rendering:
## Oops! An error occured. Can not load module. Standard_OutOfRange: Color out
I found out I can use predefined colors like RED, GREEN. But using my own with RGB value, would be very nice🌈😊
RED
GREEN
The text was updated successfully, but these errors were encountered:
No branches or pull requests
To visually separate the pars I use different colors for my models:
Also the alpha property is very useful to show hidden parts.
But the color option, will crash rendering:
I found out I can use predefined colors like
RED
,GREEN
.But using my own with RGB value, would be very nice🌈😊
The text was updated successfully, but these errors were encountered: