C# Class Canguro.Commands.Model.AddJointCmd

Model Command to add a Joint to the Model
Inheritance: Canguro.Commands.ModelCommand
显示文件 Open project: rforsbach/Treu-Structure

Public Properties

Property Type Description
Instance AddJointCmd

Public Methods

Method Description
Run ( Canguro services ) : void

Executes the command. Adds Joints in selected points until canceled.

Private Methods

Method Description
AddJointCmd ( ) : System

Method Details

Run() public method

Executes the command. Adds Joints in selected points until canceled.
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 AddJointCmd,Canguro.Commands.Model Instance
return AddJointCmd