C# 클래스 Revit.SDK.Samples.WindowWizard.CS.CreateAlignment

The class allows users to create alignment
파일 보기 프로젝트 열기: AMEE/revit 1 사용 예제들

공개 메소드들

메소드 설명
AddAlignment ( View view, Face face1, Face face2 ) : void

The method is used to create alignment between two faces

CreateAlignment ( Document doc ) : System

The constructor of CreateAlignment class

메소드 상세

AddAlignment() 공개 메소드

The method is used to create alignment between two faces
public AddAlignment ( View view, Face face1, Face face2 ) : void
view View the view
face1 Face face1
face2 Face face2
리턴 void

CreateAlignment() 공개 메소드

The constructor of CreateAlignment class
public CreateAlignment ( Document doc ) : System
doc Document the document
리턴 System