Module multiply
source code
Multiplies the 3D model into an array of copies arranged in a table.
Credits:
Original Author: Enrique Perez (http://skeinforge.com)
Contributors: Please see the documentation in Skeinforge
Modifed as SFACT: Ahmet Cem Turan (github.com/ahmetcemturan/SFACT)
License:
GNU Affero General Public License http://www.gnu.org/licenses/agpl.html
|
performAction(slicedModel)
Multiply the 3D model. |
source code
|
|
|
logger = logging.getLogger(__name__)
|
|
name = ' multiply '
|
|
__package__ = ' plugins '
|