C# Class Canguro.Commands.Model.AddLineCmd

Model Command to add new Line Elements.
Inheritance: Canguro.Commands.ModelCommand
显示文件 Open project: rforsbach/Treu-Structure

Public Properties

Property Type Description
Instance AddLineCmd

Public Methods

Method Description
Run ( Canguro services ) : void

Executes the command. Adds a set of Line Elements. Opens a properties window and asks the user for two points or Joints for each one.

Private Methods

Method Description
AddLineCmd ( ) : System

Method Details

Run() public method

Executes the command. Adds a set of Line Elements. Opens a properties window and asks the user for two points or Joints for each one.
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 AddLineCmd,Canguro.Commands.Model Instance
return AddLineCmd