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

fix modifiers: root is "!", disable is "*" #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

hg42
Copy link

@hg42 hg42 commented Feb 1, 2014

Hi, I am currently testing SolidPy and I find it very usable so far.
Your implementation seems to be much better than SolidPython, mainly because you are using methods, so the most important thing is in front (the geometric object) and modifications follow, which is nice.

I added three convenient unary operators:
~Obj -> Obj.debug = True
-Obj -> Obj.disable = True
+Obj -> Obj.background = True
These can be used as quick as the openscad modifiers.

While testing these I noticed that the modifiers root and disable were interchanged when generating openscad code, root should be ! and disable should be *

--HG--
extra : source : 3f4e5502a0d7b061d630ccaeee704000cf8011fb
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

Successfully merging this pull request may close these issues.

1 participant