C# Class Revit.SDK.Samples.WindowWizard.CS.CreateAlignment

The class allows users to create alignment
Afficher le fichier Open project: AMEE/revit Class Usage Examples

Méthodes publiques

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

Method Details

AddAlignment() public méthode

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

CreateAlignment() public méthode

The constructor of CreateAlignment class
public CreateAlignment ( Document doc ) : System
doc Document the document
Résultat System