C# Class Canguro.Commands.Model.PolarArrayCmd

Model Command to make copies of the selected items around a given rotation axis.
Inheritance: Canguro.Commands.ModelCommand
显示文件 Open project: rforsbach/Treu-Structure

Public Methods

Method Description
Run ( Canguro services ) : void

Executes the command. Copies the selected Items in a series around a given rotation axis.

Method Details

Run() public method

Executes the command. Copies the selected Items in a series around a given rotation axis.
public Run ( Canguro services ) : void
services Canguro CommandServices object to interact with the system
return void