C# Класс RevitLookup.Test.TestDocument

Наследование: RevitLookupTestFuncs
Показать файл Открыть проект

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

Метод Описание
AddFamilyParameterAndType ( ) : void

Ask the user to open a revit family template and then add FamilyTypes and FamilyParameters to it. Say the user opens a Door template, he can then save the family as a new door family and load it into a new project for use.

ArrayWithoutAssociate ( ) : void
Delete ( ) : void
FilterElementTypes ( ) : void

Have the user select a type of Element and then filter the document for all instances of that type.

LinearArray ( ) : void
LoadFamily ( ) : void
Mirror ( ) : void
Move ( ) : void
RadialArray ( ) : void
RoomArea ( ) : void

Calulate the area of all the available rooms and specify them using TextNotes

Rotate ( ) : void
SketchBoundary ( ) : void

Draw lines to sketch the boundaries of available rooms in the Active Document.

TestDocument ( Autodesk app ) : System

Описание методов

AddFamilyParameterAndType() публичный Метод

Ask the user to open a revit family template and then add FamilyTypes and FamilyParameters to it. Say the user opens a Door template, he can then save the family as a new door family and load it into a new project for use.
public AddFamilyParameterAndType ( ) : void
Результат void

ArrayWithoutAssociate() публичный Метод

public ArrayWithoutAssociate ( ) : void
Результат void

Delete() публичный Метод

public Delete ( ) : void
Результат void

FilterElementTypes() публичный Метод

Have the user select a type of Element and then filter the document for all instances of that type.
public FilterElementTypes ( ) : void
Результат void

LinearArray() публичный Метод

public LinearArray ( ) : void
Результат void

LoadFamily() публичный Метод

public LoadFamily ( ) : void
Результат void

Mirror() публичный Метод

public Mirror ( ) : void
Результат void

Move() публичный Метод

public Move ( ) : void
Результат void

RadialArray() публичный Метод

public RadialArray ( ) : void
Результат void

RoomArea() публичный Метод

Calulate the area of all the available rooms and specify them using TextNotes
public RoomArea ( ) : void
Результат void

Rotate() публичный Метод

public Rotate ( ) : void
Результат void

SketchBoundary() публичный Метод

Draw lines to sketch the boundaries of available rooms in the Active Document.
public SketchBoundary ( ) : void
Результат void

TestDocument() публичный Метод

public TestDocument ( Autodesk app ) : System
app Autodesk
Результат System