Lattice2/Lattice2ArrayFeatures.py
DeepSOIC 65ae662d14 PolarArray: new implementation
Implemented as new module. Old implementation is still there for back-compatibility.
* attachable
* array on arc of circle
* rich selection of orientation modes
* properties to flip axes and to reverse array direction
* dropdown command with fit presets
2018-08-06 15:38:24 +03:00

15 lines
834 B
Python

import lattice2ArrayFilter as ArrayFilter
import lattice2ArrayFromShape as ArrayFromShape
import lattice2AttachablePlacement as AttachablePlacement
import lattice2BaseFeature as BaseFeature
import lattice2Invert as Invert
import lattice2JoinArrays as JoinArrays
import lattice2LinearArray as LinearArray
import lattice2Placement as Placement
import lattice2PolarArray as PolarArray
import lattice2PolarArray2 as PolarArray2
import lattice2PopulateChildren as PopulateChildren
import lattice2PopulateCopies as PopulateCopies
import lattice2ProjectArray as ProjectArray
import lattice2Resample as Resample
import lattice2Mirror as Mirror