/***************************************************/ public static void RenderRhinoWires(RHG.Cylinder cylinder, Rhino.Display.DisplayPipeline pipeline, Color bhColour, int thickness) { pipeline.DrawCylinder(cylinder, bhColour); }