프로퍼티 | 타입 | 설명 | |
---|---|---|---|
dx | float | ||
nx | int |
프로퍼티 | 타입 | 설명 | |
---|---|---|---|
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, |
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.
|
public Run ( Canguro services ) : void | ||
services | Canguro | CommandServices object to interact with the system |
리턴 | void |