Property | Type | Description | |
---|---|---|---|
uiapp | UIApplication |
Method | Description | |
---|---|---|
GetViewCoordinates ( Document doc, |
returns XYZ and ZOOM/FOV value
|
|
RevitWindow ( UIApplication _uiapp, ExternalEvent exEvent, |
Constructor
|
Method | Description | |
---|---|---|
AddIssue ( string path, bool isBcf ) : Issue>.Tuple |
Add Issue
|
|
AddIssueBCF ( object sender, |
Add Issue to BCF
|
|
AddIssueJira ( object sender, |
Add Issue to Jira
|
|
ConvertBasePoint ( XYZ c, XYZ view, XYZ up, bool negative ) : ViewOrientation3D |
changes the coordinates accordingly to the project base location to an absolute location (for BCF export) if the value negative is set to true, does the opposite (for opening BCF views)
|
|
GetXYZ ( double x, double y, double z ) : XYZ |
Get XYZ
|
|
Open3dViewBCF ( object sender, |
Open 3D View - BCF
|
|
Open3dViewJira ( object sender, |
Open 3D View - Jira
|
|
Window_Closing ( object sender, CancelEventArgs e ) : void |
passing event to the user control
|
|
doOpen3DView ( |
Open a 3D View
|
|
generateViewpoint ( int elemCheck ) : |
Generate Viewpoint
|
public GetViewCoordinates ( Document doc, |
||
doc | Document | |
viewport | ||
return | Tuple |
public RevitWindow ( UIApplication _uiapp, ExternalEvent exEvent, |
||
_uiapp | UIApplication | |
exEvent | ExternalEvent | |
handler | ||
return | System |