Simple3DRendererAddCylinder Method (Cylinder, Int32, Boolean, Double) |
Namespace:
NeoAxis
Assembly:
NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax public abstract void AddCylinder(
Cylinder cylinder,
int segments = 32,
bool solid = false,
double lineThickness = 0
)
Parameters
- cylinder
- Type: NeoAxisCylinder
- segments (Optional)
- Type: SystemInt32
- solid (Optional)
- Type: SystemBoolean
- lineThickness (Optional)
- Type: SystemDouble
See Also