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

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

공개 메소드들

메소드 설명
CreateExtrusionRoof ( CurveArray profile, ReferencePlane refPlane, Level level, RoofType roofType, double extrusionStart, double extrusionEnd ) : ExtrusionRoof

Create a extrusion roof.

ExtrusionRoofManager ( ExternalCommandData commandData ) : System

The construct of ExtrusionRoofManager class.

메소드 상세

CreateExtrusionRoof() 공개 메소드

Create a extrusion roof.
public CreateExtrusionRoof ( CurveArray profile, ReferencePlane refPlane, Level level, RoofType roofType, double extrusionStart, double extrusionEnd ) : ExtrusionRoof
profile CurveArray The profile combined of straight lines and arcs.
refPlane ReferencePlane The reference plane for the extrusion roof.
level Level The reference level of the roof to be created.
roofType RoofType The type of the newly created roof.
extrusionStart double The extrusion start point.
extrusionEnd double The extrusion end point.
리턴 ExtrusionRoof

ExtrusionRoofManager() 공개 메소드

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