C# 클래스 Revit.SDK.Samples.NewRoof.RoofsManager.CS.FootPrintRoofManager

The FootPrintRoofManager class is to manage the creation of the footprint roof.
파일 보기 프로젝트 열기: AMEE/revit 1 사용 예제들

공개 메소드들

메소드 설명
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