C# Class RevitLookup.Test.TestDocument

Inheritance: RevitLookupTestFuncs
Mostrar archivo Open project: jeremytammik/RevitLookup

Public Methods

Method 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 method

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
return void

ArrayWithoutAssociate() public method

public ArrayWithoutAssociate ( ) : void
return void

Delete() public method

public Delete ( ) : void
return void

FilterElementTypes() public method

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

LinearArray() public method

public LinearArray ( ) : void
return void

LoadFamily() public method

public LoadFamily ( ) : void
return void

Mirror() public method

public Mirror ( ) : void
return void

Move() public method

public Move ( ) : void
return void

RadialArray() public method

public RadialArray ( ) : void
return void

RoomArea() public method

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

Rotate() public method

public Rotate ( ) : void
return void

SketchBoundary() public method

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

TestDocument() public method

public TestDocument ( Autodesk app ) : System
app Autodesk
return System