C# 클래스 Revit.SDK.Samples.ElementsBatchCreation.CS.ElementsBatchCreation

This class will demonstrate how to create many elements via batch creation methods
파일 보기 프로젝트 열기: AMEE/revit 1 사용 예제들

공개 메소드들

메소드 설명
CreateElements ( ) : bool

Batch Creations of several elements, it will call separate methods for each element

ElementsBatchCreation ( ExternalCommandData cmdData ) : System

Constructor of ElementsBatchCreation

비공개 메소드들

메소드 설명
CreateAreas ( ) : bool

Batch creation of Areas

CreateColumns ( ) : bool

Batch creation of Columns

CreateRooms ( ) : bool

Batch creation of Rooms

CreateTextNotes ( ) : bool

Batch creation of TextNotes

CreateWalls ( ) : bool

Batch creation of Walls

PreCreate ( ) : void

Get common informations for batch creation

메소드 상세

CreateElements() 공개 메소드

Batch Creations of several elements, it will call separate methods for each element
public CreateElements ( ) : bool
리턴 bool

ElementsBatchCreation() 공개 메소드

Constructor of ElementsBatchCreation
public ElementsBatchCreation ( ExternalCommandData cmdData ) : System
cmdData ExternalCommandData A reference to the external application
리턴 System