AddCylinder
Overloads
| Name | Description |
|---|---|
| AddCylinder(List<Vertex3DItemCollection> vertex, int groupId, Color color, float radius, bool visible) | Cylinder 추가 |
AddCylinder(List<Vertex3DItemCollection> vertex, int groupId, Color color, float radius, bool visible)
public int AddCylinder(List<Vertex3DItemCollection> vertex, int groupId, Color color, float radius, bool visible)
Cylinder 추가
Parameters
| Name | Type | Description |
|---|---|---|
| vertex | List<Vertex3DItemCollection> | Vertex List Collection |
| groupId | int | Group Id |
| color | Color | 원(실린더) 색상 |
| radius | float | 반지름 |
| visible | bool | 보이기/숨기기 상태 |
Returns
| Type | Description |
|---|---|
| int | 생성된 형상의 ID |