Should .location_at(t)
use FrameMethod.CORRECTED
by default?
#903
Labels
Milestone
.location_at(t)
use FrameMethod.CORRECTED
by default?
#903
.location_at(t)
and thereforecurve ^ t
currently useFrameMethod.FRENET
by default butFrameMethod.CORRECTED
can give nicer results, see following example:curve ^ t
curve.location_at(t, frame_method=FrameMethod.CORRECTED)
This should just be a matter of changing the default value, however there seems to be an OCCT bug where a loop will not terminate for some curves (upstream issue: Open-Cascade-SAS/OCCT#370). For example:
The text was updated successfully, but these errors were encountered: