C# Class Revit.SDK.Samples.NewRoof.RoofsManager.CS.FootPrintRoofManager

The FootPrintRoofManager class is to manage the creation of the footprint roof.
Show file Open project: AMEE/revit Class Usage Examples

Public Methods

Method Description
CreateFootPrintRoof ( CurveArray footPrint, Level level, RoofType roofType ) : FootPrintRoof

Create a footprint roof.

FootPrintRoofManager ( ExternalCommandData commandData ) : System

The construct of ExtrusionRoofManager class.

Method Details

CreateFootPrintRoof() public method

Create a footprint roof.
public CreateFootPrintRoof ( CurveArray footPrint, Level level, RoofType roofType ) : FootPrintRoof
footPrint CurveArray The footprint is a curve loop, or a wall loop, or loops combined of walls and curves
level Level The base level of the roof to be created.
roofType RoofType The type of the newly created roof.
return FootPrintRoof

FootPrintRoofManager() public method

The construct of ExtrusionRoofManager class.
public FootPrintRoofManager ( ExternalCommandData commandData ) : System
commandData ExternalCommandData A reference to the commandData.
return System