C# 클래스 RevitLookup.Test.TestDocument

파일 보기 프로젝트 열기: jeremytammik/RevitLookup

공개 메소드들

메소드 설명
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