Paul Kahler

Results 399 comments of Paul Kahler

I'm not in favor of this. It presumes a particular way to define the position and orientation of a workplane. In fact your wording suggests that the (X,Y,Z) values are...

> Lets suppose you make a sketch and extrude it. Then you rotate the view and you set the view with approximation with mouse. Then you select workplane from Sketch->Workplane....

SolveSpaceUI::UpgradeLegacyData() So that's where broken stuff gets fixed... Obviously you need to move the TTF comments back by the TTF code ;-) it is a draft!

Last I checked on my old MB Air... in version 2.3 you could rotate with 2-finger drag and no click or keypress. Now you need a modifier key. So IMHO...

@ruevs and @jwesthues Looking for feedback on this so far. It's got one and two sided, but one-sided make the original go away which doesn't seem right. I think the...

@jwesthues I don't understand how the previous groups shell is removed when I do one-sided mirror, or how it can happen for repeat groups. What I was hoping is that...

@jwesthues OK, the current equivalent code for Mirror looks like this: ``` if(!srcg->suppress) { if(!IsForcedToMesh()) { GenerateForMirror(&(srcg->thisShell), &thisShell, srcg->meshCombine); } else { SMesh prevm = {}; prevm.MakeFromCopyOf(&srcg->thisMesh); srcg->thisShell.TriangulateInto(&prevm); GenerateForMirror(&prevm, &thisMesh,...

A_wheel is probably obsolete for perf testing these days. Also, if perf_test is the cylinder with many holes, that was posted to the forum so while technically they put it...

I just realized the approach outlined won't work. There is another problem not addressed: SContour::IsEar() is also linear time in the number of edges, and it has to be checked...

Can this be applied to point-on-spline then?