question

Tamilselvan avatar image
0 Likes"
Tamilselvan asked Tamilselvan commented

Getting the Name and Location

Is it possible to get the object name and XYZ loaction in a global table?


Thanks in advance

FlexSim 23.1.1
find the location
5 |100000

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.

1 Answer

·
Jason Lightfoot avatar image
3 Likes"
Jason Lightfoot answered Tamilselvan commented
Table.query("SELEcT Object,Object.name, Location FROM Objects()").cloneTo(Table("GlobalTable1"))

This script will write all objects to a global table along with the pointers.

· 1
5 |100000

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.

Tamilselvan avatar image Tamilselvan commented ·
Thanks a lot
0 Likes 0 ·

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.