Hanno Braun

Results 489 comments of Hanno Braun

`GlobalVertex` and `SurfaceVertex` have been added to the centralized object storage. All validation code has been enhanced to make use of this, making it much stricter by making any comparisons...

`Vertex`, `GlobalEdge`, and `HalfEdge` are now fully integrated into the centralized object storage. Those went pretty quick! In the case of `Vertex` and `HalfEdge`, because those don't tend to get...

> if I use `model_path` it will return as `model/testFile`, so this will it work for error message? Oh, wait, I think I said the wrong thing? The model name...

> okay, but can you tell me is anything in rust which can tell me attributes of a particular variable? like in python we have `print(dir(object))` There's nothing in Rust...

Thank you for your interest, @dwcarr! I certainly appreciate the help. Your comments triggered some thoughts. None of this is intended to tell you how to do the work (half...

Hey @dwcarr, I have some follow-up thoughts and a heads-up. --- First, the head-up: My current work (#695) is indirectly touching the sweep code. I'm not really making changes to...

The sweep test suite is fixed: #1068

> I would like to understand the constraint system a little more, or your vision thereof, as it would help to conceptualize things. Right now, there is no constraint system,...

> The areas where a 3d curve come in handy is in things like pipes or wires, where you want to sweep a section through an arbitrary path. But for...

> Thanks for the clarifications, I really appreciate you taking the time to explain things. No problem! Writing these explanations helps me clarify my own thinking, which in turn helps...