C# 클래스 Revit.SDK.Samples.NewRoof.RoofForms.CS.FootPrintRoofLine

The FootPrintRoofLine class is used to edit the foot print data of a footprint roof.
파일 보기 프로젝트 열기: AMEE/revit 1 사용 예제들

Private Properties

프로퍼티 타입 설명
DrawCurve void

공개 메소드들

메소드 설명
Draw ( System graphics, System pen ) : void

Draw the footprint line in GDI.

FootPrintRoofLine ( FootPrintRoof roof, ModelCurve curve ) : System

The construct of the FootPrintRoofLine class.

비공개 메소드들

메소드 설명
DrawCurve ( Graphics graphics, System pen, Curve curve ) : void

Draw the curve in GDI.

메소드 상세

Draw() 공개 메소드

Draw the footprint line in GDI.
public Draw ( System graphics, System pen ) : void
graphics System
pen System
리턴 void

FootPrintRoofLine() 공개 메소드

The construct of the FootPrintRoofLine class.
public FootPrintRoofLine ( FootPrintRoof roof, ModelCurve curve ) : System
roof FootPrintRoof The footprint roof which the foot print data belong to.
curve ModelCurve The model curve data which the foot print data stand for.
리턴 System