Skip to content

only transformations are callable#64

Closed
scifuentes wants to merge 8 commits intoSolidCode:masterfrom
scifuentes:callable_transformation_objects
Closed

only transformations are callable#64
scifuentes wants to merge 8 commits intoSolidCode:masterfrom
scifuentes:callable_transformation_objects

Conversation

@scifuentes
Copy link
Contributor

restricts the ability to do cube(3)(cube(2)) by subclassing the transformation objects and moving there the call method previously present in OpenSCADObject

  • while not a bug -this was legal and the code accepted by OpenScad- it was misleading since the second cube will never show

@scifuentes
Copy link
Contributor Author

scifuentes commented Jan 17, 2017

While initialy simple, to keep the code coherent, the consequence of allowing only the transformations to be callable is that only transformations need to have childrens and all what is associated with them ... therefore all code dealing with childrens have been moved to the transformation class

etjones added a commit that referenced this pull request Apr 21, 2017
@etjones etjones closed this Jan 10, 2023
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.

2 participants