C# Class examples_cs.DrawBlueMeshConduit

Inheritance: Rhino.Display.DisplayConduit
Afficher le fichier Open project: mcneel/rhinocommon Class Usage Examples

Méthodes publiques

Méthode Description
DrawBlueMeshConduit ( Mesh mesh ) : Rhino

Méthodes protégées

Méthode Description
CalculateBoundingBox ( Rhino.Display.CalculateBoundingBoxEventArgs e ) : void
PreDrawObjects ( Rhino.Display.DrawEventArgs e ) : void

Method Details

CalculateBoundingBox() protected méthode

protected CalculateBoundingBox ( Rhino.Display.CalculateBoundingBoxEventArgs e ) : void
e Rhino.Display.CalculateBoundingBoxEventArgs
Résultat void

DrawBlueMeshConduit() public méthode

public DrawBlueMeshConduit ( Mesh mesh ) : Rhino
mesh Mesh
Résultat Rhino

PreDrawObjects() protected méthode

protected PreDrawObjects ( Rhino.Display.DrawEventArgs e ) : void
e Rhino.Display.DrawEventArgs
Résultat void