mcneel / rhino3dm

Libraries based on OpenNURBS with a RhinoCommon style
MIT License
610 stars 139 forks source link

Add support for reading linked instance definitions #371

Closed s3ththompson closed 3 years ago

s3ththompson commented 3 years ago

This change adds the SourceArchive and UpdateType properties to the InstanceDefinition bindings. It also exposes the InstanceDefinitionUpdateType enum.

Together, these properties allow rhino3dm users to load geometries from linked instance definitions by finding and opening the linked file.


Closes #367