프로퍼티 | 타입 | 설명 | |
---|---|---|---|
c | int | ||
r | float |
프로퍼티 | 타입 | 설명 |
---|
메소드 | 설명 | |
---|---|---|
Run ( Canguro services ) : void |
Executes the command. Gets the parameters and calls createCylinder to add a Cylinder to the model
|
메소드 | 설명 | |
---|---|---|
createCylinder ( Canguro model, System.Vector3 C, float radius, int cols, float height, int stories, |
Creates a cylinder and adds it to the model.
|
public Run ( Canguro services ) : void | ||
services | Canguro | CommandServices object to interact with the system |
리턴 | void |
protected createCylinder ( Canguro model, System.Vector3 C, float radius, int cols, float height, int stories, |
||
model | Canguro | The Model object |
C | System.Vector3 | The Center of the base |
radius | float | The radius |
cols | int | Number of columns |
height | float | Height of each story |
stories | int | Number of stories |
props | Frame properties to use in all elements | |
리턴 | void |