C# Class examples_cs.MyConduit

Inheritance: Rhino.Display.DisplayConduit
ファイルを表示 Open project: mcneel/rhinocommon Class Usage Examples

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

PreDrawObjects() protected method

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