Looking for developer for 'XREF' extension

Hi!

I’m looking for a developer that would write the code for “XREF” extension. The specification can be found here:

Thanks!

One of the challenges with XREF workflow is the lack of an API method to reload / refresh / update existing definitions in the model’s DefinitionsList collection.

REF:

2 Likes

Thank you for your input @DanRathbun. I guess some work around could be found untill (if ever) this gets fixed?

Actually, the load method was extended for 2021.0, but did not work correctly until 2023.0.
See: Sketchup::DefinitionList.html#load

In the past, very clunky and tedious workarounds would use: Sketchup::ComponentInstance#definition=
… and copy any attribute dictionaries, etc.