Ejemplo n.º 1
0
        /***************************************************/

        public static void RenderRhinoWires(RHG.Plane plane, Rhino.Display.DisplayPipeline pipeline, Color bhColour, int thickness)
        {
            pipeline.DrawConstructionPlane(new Rhino.DocObjects.ConstructionPlane()
            {
                Plane = plane, ThickLineColor = bhColour, ThinLineColor = Color.Black, GridLineCount = 10
            });
        }