C# Класс Canguro.Commands.Load.AddSpringDisplacementLoadCmd

Model Command to Add a Spring or Ground Displacement to selected Joints (Same as AddRestraintDisplacementLoadCmd)
Наследование: Canguro.Commands.ModelCommand
Показать файл Открыть проект

Открытые методы

Метод Описание
Run ( Canguro services ) : void

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

Описание методов

Run() публичный Метод

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
Результат void