GLOB_ISSUE_SCHEME | list of custom data defined in the Issue Scheme |
2D | 3D | UI | Parameter | Property | Default | – |
Available in all context. 2-row string array, containing the names of fields defined in the Issue Scheme (first row), with the corresponding GUIDs (second row). The first five columns are fixed: Revision ID, Issue ID, Issue Name, Issue Date, Issued by. For example: |
Revision ID | Issue ID | Issue Name | Issue Date | Issued By | Recipient | Status | … |
{RevIdGUID} | {IssueIdGUID} | {IssueNameGUID} | {IssueDateGUID} | {IssuedByGUID} | {Custom1GUID} | {Custom2GUID} | … |
LAYOUT_REVISION_HISTORY | list of the current Layout’s Revision History |
2D | 3D | UI | Parameter | Property | Default | – |
Available in Layout context only. String array, containing 1 row per Revision, in the same structure as GLOB_ISSUE_SCHEME. The first five columns are fixed: Revision ID, Issue ID, Issue Name, Issue Date, Issued by. For example: |
01 | 1 | First Issue | 2013-06-30 | user1 | Everyone | SD | … |
02 | 3 | General Update | 2013-07-31 | user2 | Mechanical | DD | |
03 | 5 | Structural Update | 2013-08-31 | user1 | Structural | DD | |
… |
GLOB_CHANGE_SCHEME | list of custom data defined in the Change Scheme< |
2D | 3D | UI | Parameter | Property | Default | – |
Available in all context. 2-row string array, containing the names of fields defined in the Change Scheme (first row), with the corresponding GUIDs (second row). The first five columns are fixed: Revision ID, Change ID, Change Name, Last Modified Date, Last Modified by. For example: |
Revision ID | Change ID | Change Description | Last Modified | Last Modified By | Created by | Approved by | … |
{RevIdGUID} | {ChIdGUID} | {ChDescGUID} | {ModiTimeGUID} | {ModiByGUID} | {Custom1GUID} | {Custom2GUID} | … |
LAYOUT_CHANGE_HISTORY | list of the current Layout’s Revision History |
2D | 3D | UI | Parameter | Property | Default | – |
Available in Layout context only. String array, containing 1 row per Change, in the same structure as GLOB_CHANGE_SCHEME. The first five columns are fixed: Revision ID, Change ID, Change Name, Last Modified Date, Last Modified by. For example: |
2 | Ch-13 | Kitchen | 2013-07-13 | user1 | Architect 1 | Lead Architect 1 | … |
2 | Ch-15 | Ventillation | 2013-07-16 | user2 | Architect 2 | Lead Architect 1 | |
3 | Ch-18 | Structural Col. | 2013-08-03 | user2 | Architect 1 | Lead Architect 2 | |
3 | Ch-19 | Truss Sections | 2013-08-12 | user1 | Architect 3 | Lead Architect 2 | |
B | Ch-23 | Door Numbering | 2013-10-01 | user3 | Architect 2 | Lead Architect 1 | |
… |
LAYOUT_CURRENTREVISION_OPEN | Work in Progress state of the current Layout (project dependent, do not use in parameter script) |
2D | 3D | UI | Parameter | Property | Default | 0 |
Available in Layout context only. 0 – current Layout has no open Revision, 1 – current Layout has an open Revision (it is a Work in Progress Layout) |