C# 클래스 Revit.SDK.Samples.NewHostedSweep.CS.FasciaCreator

Provides functions to create Fascia.
상속: HostedSweepCreator
파일 보기 프로젝트 열기: AMEE/revit

공개 메소드들

메소드 설명
FasciaCreator ( Autodesk rvtDoc ) : System

Constructor which take Revit.Document as parameter.

보호된 메소드들

메소드 설명
CreateHostedSweep ( ElementType symbol, ReferenceArray refArr ) : HostedSweep

Create a Fascia.

비공개 메소드들

메소드 설명
FilterEdgesForFascia ( Autodesk elem ) : void

Filter all the edges of the given element for fascia creation.

메소드 상세

CreateHostedSweep() 보호된 메소드

Create a Fascia.
protected CreateHostedSweep ( ElementType symbol, ReferenceArray refArr ) : HostedSweep
symbol ElementType Fascia type
refArr ReferenceArray Fascia reference array
리턴 HostedSweep

FasciaCreator() 공개 메소드

Constructor which take Revit.Document as parameter.
public FasciaCreator ( Autodesk rvtDoc ) : System
rvtDoc Autodesk Revit document
리턴 System