C# 클래스 examples_cs.DrawBlueMeshConduit

상속: Rhino.Display.DisplayConduit
파일 보기 프로젝트 열기: mcneel/rhinocommon 1 사용 예제들

공개 메소드들

메소드 설명
DrawBlueMeshConduit ( Mesh mesh ) : Rhino

보호된 메소드들

메소드 설명
CalculateBoundingBox ( Rhino.Display.CalculateBoundingBoxEventArgs e ) : void
PreDrawObjects ( Rhino.Display.DrawEventArgs e ) : void

메소드 상세

CalculateBoundingBox() 보호된 메소드

protected CalculateBoundingBox ( Rhino.Display.CalculateBoundingBoxEventArgs e ) : void
e Rhino.Display.CalculateBoundingBoxEventArgs
리턴 void

DrawBlueMeshConduit() 공개 메소드

public DrawBlueMeshConduit ( Mesh mesh ) : Rhino
mesh Mesh
리턴 Rhino

PreDrawObjects() 보호된 메소드

protected PreDrawObjects ( Rhino.Display.DrawEventArgs e ) : void
e Rhino.Display.DrawEventArgs
리턴 void