C# Class Revit.SDK.Samples.ElementsBatchCreation.CS.ElementsBatchCreation

This class will demonstrate how to create many elements via batch creation methods
Afficher le fichier Open project: AMEE/revit Class Usage Examples

Méthodes publiques

Méthode Description
CreateElements ( ) : bool

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

ElementsBatchCreation ( ExternalCommandData cmdData ) : System

Constructor of ElementsBatchCreation

Private Methods

Méthode Description
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

Method Details

CreateElements() public méthode

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

ElementsBatchCreation() public méthode

Constructor of ElementsBatchCreation
public ElementsBatchCreation ( ExternalCommandData cmdData ) : System
cmdData ExternalCommandData A reference to the external application
Résultat System