Replies: 1 comment 6 replies
-
To help clarify, are you interested in having, for example, Rhino user data get converted to item types by MicroStation, and thus it would then come across to the iModel as an object property? @c-macdonald @mgooding |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I am following the Bentley Accredited iTwin Developer--Associate Level course. In the sample MicroStation file

House_Model.dgn
a new item type SmartDevice was defined:The property
SmartDeviceId
is used to link federated data to the actual geometric object.Following this principle I want to define a similar custom id in a Rhino file. As stated here https://communities.bentley.com/products/digital-twin-cloud-services/itwin-services/w/synchronization-wiki/47595/supported-applications-and-file-formats the Connection Type for "Rhino (.3dm)" files is MicroStation.
What would I have to define in the Rhino file to have it translated to a Category of it's own by the MicroStation connector (similar to
DgnCustomItemTypes_HouseSchema.SmartDevice
in the sample above)?Beta Was this translation helpful? Give feedback.
All reactions