C# Class Revit.SDK.Samples.NewRoof.RoofForms.CS.FootPrintRoofLine

The FootPrintRoofLine class is used to edit the foot print data of a footprint roof.
Show file Open project: AMEE/revit Class Usage Examples

Private Properties

Property Type Description
DrawCurve void

Public Methods

Method Description
Draw ( System graphics, System pen ) : void

Draw the footprint line in GDI.

FootPrintRoofLine ( FootPrintRoof roof, ModelCurve curve ) : System

The construct of the FootPrintRoofLine class.

Private Methods

Method Description
DrawCurve ( Graphics graphics, System pen, Curve curve ) : void

Draw the curve in GDI.

Method Details

Draw() public method

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

FootPrintRoofLine() public method

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.
return System