DrawCylinderWires method
void
DrawCylinderWires()
Implementation
void DrawCylinderWires(
Vector3C position,
double radiusTop,
double radiusBottom,
double height,
int slices,
ColorC color,
) {
return _DrawCylinderWires(
position,
radiusTop,
radiusBottom,
height,
slices,
color,
);
}