C# Class examples_cs.DrawBlueMeshConduit

Inheritance: Rhino.Display.DisplayConduit
Datei anzeigen Open project: mcneel/rhinocommon Class Usage Examples

Public Methods

Method Description
DrawBlueMeshConduit ( Mesh mesh ) : Rhino

Protected Methods

Method Description
CalculateBoundingBox ( Rhino.Display.CalculateBoundingBoxEventArgs e ) : void
PreDrawObjects ( Rhino.Display.DrawEventArgs e ) : void

Method Details

CalculateBoundingBox() protected method

protected CalculateBoundingBox ( Rhino.Display.CalculateBoundingBoxEventArgs e ) : void
e Rhino.Display.CalculateBoundingBoxEventArgs
return void

DrawBlueMeshConduit() public method

public DrawBlueMeshConduit ( Mesh mesh ) : Rhino
mesh Mesh
return Rhino

PreDrawObjects() protected method

protected PreDrawObjects ( Rhino.Display.DrawEventArgs e ) : void
e Rhino.Display.DrawEventArgs
return void