2009-09-26 04:00 AM - last edited on 2023-05-24 12:39 PM by Rubia Torres
2009-09-26 04:15 AM
2009-09-26 07:16 AM
2009-09-26 01:03 PM
GLOB_CONTEXT context of appearance 1-library part editor 2-floor plan 3-3D view 4-section/elevation 5-settings dialog 6-list 7 - detail drawing 8 - layout 22 - editing feedback mode from the floor plan 23 - editing feedback mode from a 3Dview 24 - editing feedback mode from a section/elevation 28 - editing feedback mode from a layout 43 - generating as an operator from a 3D view 44 - generating as an operator from a section/elevation 46 - generating as an operator from a listhomeContext contains the info of the placement
REQUEST ("HomeDB_info", "", homeDBIntId, homeDBUserId, homeDBName, homeContext) Returns in the given variables the internal ID (integer), the user ID and name (strings) of the home database (where the library part containing this request was placed). • if placed on the floor plan: the story internal ID, index as a string and name, homeContext = 1 • if placed on a section: the section internal ID, reference IDand name, homeContext = 2 • if placed on a detail: the detail internal ID, reference ID and name, homeContext = 3 • if placed on a master layout: the layout internal ID, empty string and name, homeContext = 4 • if placed on a layout: the layout internal ID, number and name, homeContext = 5 For labels the returned data refers to the labeled element. The collected data can be used to uniquely identify elements in different ArchiCAD databases of a plan file.
2009-09-26 11:05 PM