Dish.Dish
Contents
[
Hide
]Dish()
Create a new dish instance with default radius(10) and default height(5)
public Dish()
See Also
- class Dish
- namespace Aspose.ThreeD.Entities
- assembly Aspose.3D
Dish(double, double)
Create a new dish instance with specified radius and height
public Dish(double radius, double height)
| Parameter | Type | Description |
|---|---|---|
| radius | Double | The radius of the dish |
| height | Double | The height of the dish |
See Also
- class Dish
- namespace Aspose.ThreeD.Entities
- assembly Aspose.3D
Dish(string, double, double, int, int)
Create a new dish instance with specified radius and height
public Dish(string name, double radius, double height, int widthSegments, int heightSegments)
| Parameter | Type | Description |
|---|---|---|
| name | String | The name of the dish |
| radius | Double | The radius of the dish |
| height | Double | The height of the dish |
| widthSegments | Int32 | The width segment of the dish |
| heightSegments | Int32 | The height segment of the dish |
See Also
- class Dish
- namespace Aspose.ThreeD.Entities
- assembly Aspose.3D