C# Class Canguro.Commands.Model.ScaleCmd

Model Command to scale the selected elements given a scale factor. This command only moves the Joints connecting the elements.
Inheritance: Canguro.Commands.ModelCommand
ファイルを表示 Open project: rforsbach/Treu-Structure

Public Methods

Method Description
Run ( Canguro services ) : void

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

Method Details

Run() public method

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
return void