C# Класс Canguro.Commands.Model.ScaleCmd

Model Command to scale the selected elements given a scale factor. This command only moves the Joints connecting the elements.
Наследование: Canguro.Commands.ModelCommand
Показать файл Открыть проект

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

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

Executes the command. Moves the joint according to a given scale factor and pivot point.

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

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

Executes the command. Moves the joint according to a given scale factor and pivot point.
public Run ( Canguro services ) : void
services Canguro CommandServices object to interact with the system
Результат void