Property | Type | Description | |
---|---|---|---|
c | int | ||
r | float |
Property | Type | Description |
---|
Method | Description | |
---|---|---|
Run ( Canguro services ) : void |
Executes the command. Gets the parameters and calls createCylinder to add a Cylinder to the model
|
Method | Description | |
---|---|---|
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 |
return | 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 | |
return | void |