C# Класс Revit.SDK.Samples.NewRoof.RoofsManager.CS.FootPrintRoofManager

The FootPrintRoofManager class is to manage the creation of the footprint roof.
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
CreateFootPrintRoof ( CurveArray footPrint, Level level, RoofType roofType ) : FootPrintRoof

Create a footprint roof.

FootPrintRoofManager ( ExternalCommandData commandData ) : System

The construct of ExtrusionRoofManager class.

Описание методов

CreateFootPrintRoof() публичный Метод

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.
Результат FootPrintRoof

FootPrintRoofManager() публичный Метод

The construct of ExtrusionRoofManager class.
public FootPrintRoofManager ( ExternalCommandData commandData ) : System
commandData ExternalCommandData A reference to the commandData.
Результат System