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

The class allows users to create alignment
显示文件 Open project: AMEE/revit Class Usage Examples

Public Methods

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

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

CreateAlignment() public method

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