C# Class Canguro.Commands.Load.AddSpringDisplacementLoadCmd

Model Command to Add a Spring or Ground Displacement to selected Joints (Same as AddRestraintDisplacementLoadCmd)
Inheritance: Canguro.Commands.ModelCommand
Datei anzeigen Open project: rforsbach/Treu-Structure

Public Methods

Method Description
Run ( Canguro services ) : void

Executes the command. Asks the User for parameters and adds the Load to all selected Joints.

Method Details

Run() public method

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