C# Class Canguro.Commands.Model.LineStripCmd

Model Command to Add contiguous lines to the Model.
Inheritance: Canguro.Commands.ModelCommand
Afficher le fichier Open project: rforsbach/Treu-Structure

Méthodes publiques

Свойство Type Description
Instance LineStripCmd

Méthodes publiques

Méthode 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

Méthode Description
LineStripCmd ( ) : System

Method Details

Run() public méthode

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
Résultat void

Property Details

Instance public_oe static_oe property

public static LineStripCmd,Canguro.Commands.Model Instance
Résultat LineStripCmd