akonishi 0 Posted November 7, 2016 Is there a way to link object information to record formats? I want to create a schedule by applying a record format to existing objects and have the record information auto-populate the record fields with the object's height, width, and depth dimensions. Quote Share this post Link to post
michaelk 537 Posted November 8, 2016 Information like that is already "attached" to objects. No need for a record format. Look at "Insert > Functions" from the worksheet menu to see object attributes like position, height, width, area, volume, etc. that you can call without record formats. If you want to attach a record format, create it from the resource manager. Then select the object, go to the data tab in the OIP and click on attach record. hth mk Quote Share this post Link to post
akonishi 0 Posted November 9, 2016 Thanks michaelk ! On 11/7/2016 at 6:58 PM, michaelk said: Information like that is already "attached" to objects. No need for a record format. Look at "Insert > Functions" from the worksheet menu to see object attributes like position, height, width, area, volume, etc. that you can call without record formats. If you want to attach a record format, create it from the resource manager. Then select the object, go to the data tab in the OIP and click on attach record. hth mk Quote Share this post Link to post
Christian Fekete 18 Posted May 9, 2017 is IFC data also being reported this way? Quote Share this post Link to post
Hippocode 26 Posted May 9, 2017 It can be, but it's a bit harder to work out. Each IFC data field is split into 3 record fields, for which two describe the name and type, the third one the value. This makes it harder to find the field you want to display, as the field name might be something like "Field 1" etc.. Quote Share this post Link to post