C# Class Revit.SDK.Samples.ProximityDetection_WallJoinControl.CS.ProximityDetectionAndWallJoinControlForm

Afficher le fichier Open project: AMEE/revit Class Usage Examples

Méthodes publiques

Méthode Description
ProximityDetectionAndWallJoinControlForm ( Autodesk doc, ProximityDetection proximityDetection, WallJoinControl walljoinControl ) : System

Constructor

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
ClearTreeviewData ( ) : void

Clear the treeview's data

InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

RefreshTreeviewData ( string operation, XElement element ) : void

Refresh the treeview's data by given XML

XElementToTreeNode ( XElement element ) : TreeNode

This method converts XElement nodes to Tree nodes

buttonOK_Click ( object sender, EventArgs e ) : void
getAllEgresses ( ) : ICollection

Get all of the egresses

getAllWalls ( ) : IEnumerable

Get all of the walls

radioButtonCheckJoinedWalls_CheckedChanged ( object sender, EventArgs e ) : void
radioButtonFindBlockingElements_CheckedChanged ( object sender, EventArgs e ) : void
radioButtonFindColumnsInWall_CheckedChanged ( object sender, EventArgs e ) : void
radioButtonFindNearbyWalls_CheckedChanged ( object sender, EventArgs e ) : void

Method Details

Dispose() protected méthode

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Résultat void

ProximityDetectionAndWallJoinControlForm() public méthode

Constructor
public ProximityDetectionAndWallJoinControlForm ( Autodesk doc, ProximityDetection proximityDetection, WallJoinControl walljoinControl ) : System
doc Autodesk Revit document
proximityDetection ProximityDetection The object that is responsible for proximity detection
walljoinControl WallJoinControl The object that is responsible for controlling the joint of walls
Résultat System