Correct mistaken Helix patch; use MakePipe for frenet for speed; add tests (#11598)
* Cleanup and switch to using MakePipe * Cleanup unused include * Use Frenet mode in building pipe * Restore original code, add a control property * Hide property, and init on new objects * Restore prior behavior for legacy objects * Clean up git blame; add missing move to keep helix same with new makePipe call * Remove debug include * Use doxygen syntax for deprecation comment * Add unit tests; restore code for angled helixes; optimize zero angle helixes * Lower test precision to accept platform variations * Loosen more * Correct restoration * Tweak test volumes to match restored helix creation * Restore helix generation parameter * Fix test; delint
This commit is contained in:
@@ -37,6 +37,7 @@ from PartDesignTests.TestRevolve import TestRevolve
|
||||
from PartDesignTests.TestPipe import TestPipe
|
||||
from PartDesignTests.TestLoft import TestLoft
|
||||
from PartDesignTests.TestPrimitive import TestPrimitive
|
||||
from PartDesignTests.TestHelix import TestHelix
|
||||
|
||||
# transformations and boolean
|
||||
from PartDesignTests.TestMirrored import TestMirrored
|
||||
|
||||
Reference in New Issue
Block a user