The following table provides summary descriptions of the ARCHLine.XP query command functions.
GET_DATA XML ID ElementID |
Exports geometry and parameters data from the selected element in a XML file. The function returns the XML filename as string in the environment variable called "callResult". |
GET_DATA IFC ID ElementID |
Exports geometry and parameters data from the selected element in an IFC file. The function returns the IFC filename as string in the environment variable called "callResult". |
GET_DATA OBJ ID ElementID |
Exports geometry from the selected element in an OBJ file. The function returns the OBJ filename as string in the environment variable called "callResult". |
Output: | Returns the output file name or with full path as a string value assigned to the environment variable "callResult" |
Status indicator: | Registry value ExportReadyFlag is 1 when the function is completed. |
GET_DATA GUID ID ElementID | Retrieves the GUID from the element. The function returns the GUID as string in the environment variable called "callResult". |
GET_DATA ID |
Retrieves the ARCHLine ID from the element. The function returns the ID as string in the environment variable called "callResult". Example how to use: Create Similar command "#pickup #ID<ID>", e.g. #pickup #ID 693 |
GET_DATA FILEID |
Unique identifier of active view. "#pickup #ID #fileid <fileID> <ID>", e.g. #pickup #ID #fileid 1506518420 693
|
GET_DATA GET_LENGTH { PERIMETER ID ElementID || SPOLYGON | CHAIN | OPENCHAIN } ENTER |
Retrieves the required length. The function returns the length as string in the environment variable called "callResult". Example how to use: get_data get_length perimeter #ID 693 |
GET_DATA PROJECT |
Retrieves the ARCHLine current project name. The function returns the filename as string in the environment variable called "callResult". |
GET_DATA GET_COORDINATE |
Retrieves the required point coordinates |
|
Comments
0 comments
Article is closed for comments.