* 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
21 lines
531 B
Python
21 lines
531 B
Python
from . import TestBoolean
|
|
from . import TestChamfer
|
|
from . import TestDatum
|
|
from . import TestDraft
|
|
from . import TestFillet
|
|
from . import TestHelix
|
|
from . import TestHole
|
|
from . import TestInvoluteGear
|
|
from . import TestLinearPattern
|
|
from . import TestLoft
|
|
from . import TestMirrored
|
|
from . import TestMultiTransform
|
|
from . import TestPad
|
|
from . import TestPipe
|
|
from . import TestPocket
|
|
from . import TestPolarPattern
|
|
from . import TestPrimitive
|
|
from . import TestRevolve
|
|
from . import TestShapeBinder
|
|
from . import TestThickness
|