C# Class RevitLookup.Test.TestDocument

Inheritance: RevitLookupTestFuncs
Afficher le fichier Open project: jeremytammik/RevitLookup

Méthodes publiques

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

Method Details

AddFamilyParameterAndType() public méthode

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
Résultat void

ArrayWithoutAssociate() public méthode

public ArrayWithoutAssociate ( ) : void
Résultat void

Delete() public méthode

public Delete ( ) : void
Résultat void

FilterElementTypes() public méthode

Have the user select a type of Element and then filter the document for all instances of that type.
public FilterElementTypes ( ) : void
Résultat void

LinearArray() public méthode

public LinearArray ( ) : void
Résultat void

LoadFamily() public méthode

public LoadFamily ( ) : void
Résultat void

Mirror() public méthode

public Mirror ( ) : void
Résultat void

Move() public méthode

public Move ( ) : void
Résultat void

RadialArray() public méthode

public RadialArray ( ) : void
Résultat void

RoomArea() public méthode

Calulate the area of all the available rooms and specify them using TextNotes
public RoomArea ( ) : void
Résultat void

Rotate() public méthode

public Rotate ( ) : void
Résultat void

SketchBoundary() public méthode

Draw lines to sketch the boundaries of available rooms in the Active Document.
public SketchBoundary ( ) : void
Résultat void

TestDocument() public méthode

public TestDocument ( Autodesk app ) : System
app Autodesk
Résultat System