C# Class Canguro.Commands.Load.AddForceLoadCmd

Command to add a Force Load to selected Joints.
Inheritance: Canguro.Commands.ModelCommand
Exibir arquivo Open project: rforsbach/Treu-Structure

Public Methods

Method Description
Run ( Canguro services ) : void

Executes the command. Asks the user for parameters and adds a Force Load to all Selected Joints.

Method Details

Run() public method

Executes the command. Asks the user for parameters and adds a Force Load to all Selected Joints.
public Run ( Canguro services ) : void
services Canguro CommandServices object to interact with the system
return void