Persistent ID Info Location

Where is the info displayed about persistent ID’s?

It’s not displayed anywhere in SketchUp, but it can be accessed using the Ruby API.

Select an object in a model, and paste the following in the Ruby Console:

puts Sketchup.active_model.selection[0].persistent_id
1 Like

Thank You, Jim!