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

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

공개 메소드들

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

Constructor takes Revit.Document as parameter.

보호된 메소드들

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

Create a SlabEdge.

비공개 메소드들

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

Filter all the edges from the element which SlabEdge can be created on.

메소드 상세

CreateHostedSweep() 보호된 메소드

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

SlabEdgeCreator() 공개 메소드

Constructor takes Revit.Document as parameter.
public SlabEdgeCreator ( Autodesk rvtDoc ) : System
rvtDoc Autodesk Revit document
리턴 System