Метод | Описание | |
---|---|---|
DeleteLines ( ) : void |
Delete all unnecessary lines
|
|
FindClosestReference ( IList |
Find the first intersection with a face
|
|
MakeLine ( Autodesk startpt, Autodesk endpt, Autodesk direction, string style ) : void |
Make a line from start point to end point with the direction and style
|
|
RayTraceBounceForm ( ExternalCommandData commandData, Autodesk v ) : System |
Constructor
|
|
UpdateData ( bool updateControl ) : bool |
Update textbox data with member variable
|
Метод | Описание | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
|
OutputInformation ( ) : void |
Output the information to log file
|
Метод | Описание | |
---|---|---|
InitializeComponent ( ) : void |
Required method for Designer support - do not modify the contents of this method with the code editor.
|
|
buttonCancel_Click ( object sender, |
Cancel button click event
|
|
buttonOK_Click ( object sender, |
OK button click event
|
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
Результат | void |
public FindClosestReference ( IList |
||
references | IList |
|
Результат | Autodesk.Revit.DB.ReferenceWithContext |
public MakeLine ( Autodesk startpt, Autodesk endpt, Autodesk direction, string style ) : void | ||
startpt | Autodesk | start point |
endpt | Autodesk | end point |
direction | Autodesk | the direction which decide the plane |
style | string | line style name |
Результат | void |
public RayTraceBounceForm ( ExternalCommandData commandData, Autodesk v ) : System | ||
commandData | ExternalCommandData | Revit application |
v | Autodesk | 3D View |
Результат | System |
public UpdateData ( bool updateControl ) : bool | ||
updateControl | bool | if get/set date from control |
Результат | bool |