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

Provides functions to create hosted sweep and preserves available edges and type. It is the base class of FasciaCreator, GutterCreator, and SlabEdgeCreator.
파일 보기 프로젝트 열기: AMEE/revit 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
m_elemGeom ElementGeometry>.Dictionary
m_rvtDoc System.Windows.Forms.Document
m_rvtUIDoc UIDocument

공개 메소드들

메소드 설명
Create ( CreationData creationData ) : ModificationData

Create a hosted-sweep according to the CreationData parameter.

보호된 메소드들

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

Create a hosted-sweep according to the given Symbol and ReferenceArray.

ExtractGeom ( Autodesk elem ) : ElementGeometry

Extract the geometry of the given Element.

HostedSweepCreator ( Autodesk rvtDoc ) : System

Constructor which takes a Revit.Document as parameter.

메소드 상세

Create() 공개 메소드

Create a hosted-sweep according to the CreationData parameter.
public Create ( CreationData creationData ) : ModificationData
creationData CreationData CreationData parameter
리턴 ModificationData

CreateHostedSweep() 보호된 추상적인 메소드

Create a hosted-sweep according to the given Symbol and ReferenceArray.
protected abstract CreateHostedSweep ( ElementType symbol, ReferenceArray refArr ) : HostedSweep
symbol ElementType Hosted-sweep Symbol
refArr ReferenceArray Hosted-sweep ReferenceArray
리턴 HostedSweep

ExtractGeom() 보호된 메소드

Extract the geometry of the given Element.
protected ExtractGeom ( Autodesk elem ) : ElementGeometry
elem Autodesk Element parameter
리턴 ElementGeometry

HostedSweepCreator() 보호된 메소드

Constructor which takes a Revit.Document as parameter.
protected HostedSweepCreator ( Autodesk rvtDoc ) : System
rvtDoc Autodesk Revit.Document parameter
리턴 System

프로퍼티 상세

m_elemGeom 보호되어 있는 프로퍼티

Dictionary to store element's geometry which this creator can be used.
protected Dictionary m_elemGeom
리턴 ElementGeometry>.Dictionary

m_rvtDoc 보호되어 있는 프로퍼티

Revit active document.
protected Document,System.Windows.Forms m_rvtDoc
리턴 System.Windows.Forms.Document

m_rvtUIDoc 보호되어 있는 프로퍼티

Revit UI document.
protected UIDocument m_rvtUIDoc
리턴 UIDocument