C# 클래스 Canguro.Commands.Model.AddGridCmd

Command to add a Frame based grid
상속: Canguro.Commands.ModelCommand
파일 보기 프로젝트 열기: rforsbach/Treu-Structure

보호된 프로퍼티들

프로퍼티 타입 설명
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