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

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

Защищенные свойства (Protected)

Свойство Тип Описание
dx float
nx int

Private Properties

Свойство Тип Описание
beamGrid3D void

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

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

Executes the command. Gets the parameters and calls beamGrid3D() to make the grid.

Приватные методы

Метод Описание
beamGrid3D ( Canguro model, float x0, float y0, float z0, float ux, float uy, float uz, float vx, float vy, float vz, float wx, float wy, float wz, int nu, int nv, int nw, bool doLines, StraightFrameProps props ) : void

Creates a Grid with frames given an origin, 3 vectors and number of bays in the 3 directions. Joints at the base are not connected and have restricted translation.

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

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

Executes the command. Gets the parameters and calls beamGrid3D() to make the grid.
public Run ( Canguro services ) : void
services Canguro CommandServices object to interact with the system
Результат void

Описание свойств

dx защищенное статическое свойство

protected static float dx
Результат float

nx защищенное статическое свойство

protected static int nx
Результат int