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
Afficher le fichier Open project: rforsbach/Treu-Structure

Méthodes publiques

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

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