Eric Wassail
Eric Wassail
It doesn't generate geometry directly rather, I have a use for it while determining if two profiles should be unioned. If they don't intersect, I need to not union them...
Very interesting observation, I don't think we ever considered the case where the cantilever action was applied as a negative setback. This functionality should be possible, but will require thinking...
Haven't fully absorbed the above property set suggestion, but another option is to do more code gen. we could code gen an instance class for all used GeometricElement types that...
The instance shouldn't be able to change the type parameters, it should get them from the "Type" the original. If you change the type, then the instance returns the changed...
don't know how I missed this ages ago. I think separating out gltf export into a separate library is a great idea. It should remain in the Elements repo, but...
- The connections between equipment should be directly port to port only on equipment. Most important thing is that equipment is connected to each other. _how_ it's connected is a...
Another general note. I think we want to take a whole system design approach. In early generative MEP experimenting I've got the idea of a SystemGraph which contains all of...
Regarding multiple input ports and multiple output ports. I think connections should only be one port to one port. Branching is a different kind of connections, a manifold. Manifolds come...
latest thoughts on how connected systems should be represented Notice the use of an IMedium type which is simply there to represent restrictions on which ports can be connected to...
Mostly get it, little confused. Maybe I should think of these as just a piece of the puzzle, and i'll make my own classes that extend the functionality from here......