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

Command to add a Force Load to selected Joints.
Наследование: Canguro.Commands.ModelCommand
Показать файл Открыть проект

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

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

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

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

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

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