C# Класс Revit.SDK.Samples.ElementsBatchCreation.CS.ElementsBatchCreation

This class will demonstrate how to create many elements via batch creation methods
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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