C# Class Canguro.Commands.Model.DeleteCmd

Command to delete all the selected items.
Inheritance: Canguro.Commands.ModelCommand
ファイルを表示 Open project: rforsbach/Treu-Structure

Public Methods

Method Description
Run ( Canguro services ) : void

Executes the command. Deletes all the selected items except joints connected to undeleted elements.

Method Details

Run() public method

Executes the command. Deletes all the selected items except joints connected to undeleted elements.
public Run ( Canguro services ) : void
services Canguro CommandServices object to interact with the system
return void