Files
create/src/Mod/PartDesign/PartDesignTests/__init__.py
bgbsww 1415e67b23 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
2024-01-08 13:43:38 -03:00

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