Paul Kahler
Paul Kahler
@AresAndy no progress on this. Is your desire for this feature related to assemblies? I ask because I'd like to change the way assembly works so multiple linked files can...
Here is the challenge as I understand it: A workplane in solvespace is represented by a point and a "normal". I put that in quotes because it's not a vector...
So what we need to do is create a new face type where it stores an oriented normal. Then we go to all the places where faces are created and...
Thinking about it more, IF regeneration can successfully convert all the old face definitions to a new one, the only reason to keep the old ones would be for linked...
@hinell There may be some confusion here. Once you have an extrusion, select a point and 2 non-parallel lines/edges and press Shift->W to create a workplane. This can be used...
I looked into this a bit and found [this function](https://github.com/solvespace/solvespace/blob/master/src/entity.cpp#L712) and the one below it to be informative. These return the normal (vector) for a given face. There are several...
I combined the @ghoss changes with current master in my "issue320" branch. It compiles but crashes when I force things to triangle mesh - with models that normally work fine....
The attached file can be used to replicate the problem with sphere differences. You just need to switch either of the Lathe groups to triangle mesh and then lower the...
A simple work around is to create a tangent arc, change the arc to a construction line, then make a segment connecting the points at the ends of the arc....
The original open issue here appears to want a 2D chamfer similar to the rounded corner tool. That's completely possible - someone just has to implement it. @mderouss A general...