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

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

Méthodes publiques

Méthode 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 méthode

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.
Résultat FootPrintRoof

FootPrintRoofManager() public méthode

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