C# Класс Revit.SDK.Samples.WindowWizard.CS.CreateAlignment

The class allows users to create alignment
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
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