C# Class Canguro.Commands.Model.LineStripCmd

Model Command to Add contiguous lines to the Model.
Inheritance: Canguro.Commands.ModelCommand
ファイルを表示 Open project: rforsbach/Treu-Structure

Public Properties

Property Type Description
Instance LineStripCmd

Public Methods

Method Description
Run ( Canguro services ) : void

Executes the command. Creates a series of connected Line Elements given at least 2 points. Each subsequent point given adds a new Line Element.

Private Methods

Method Description
LineStripCmd ( ) : System

Method Details

Run() public method

Executes the command. Creates a series of connected Line Elements given at least 2 points. Each subsequent point given adds a new Line Element.
public Run ( Canguro services ) : void
services Canguro CommandServices object to interact with the system
return void

Property Details

Instance public_oe static_oe property

public static LineStripCmd,Canguro.Commands.Model Instance
return LineStripCmd