Turning an i-model into meshes using SDK

I would like to to turn surfaces and volumes in an i-model into meshes.  Is there some way to do that using the i-model SDK?

Parents
  • Hi Peter,

    in my opinion it's not possible, I guess i-model SDK was developed to access (or create) i-model content, not to process it. At least I don't see anything close to triangulation in SDK documentation, on the other hand DSK contains plenty of undocumented assemblies (like Bentley.GeometryNET) that maybe provide necessary functionality.

    Personally I prefer to use documented API only, so my recommendation is to find some open source NET library with Delunary triangulation functionality (I am pretty sure there are more such libraries available, despite of even more are written in C/C++) with proper documentation and examples.

    Maybe somebody from Bentley will be able to provide better insight what can be done using Desktop i-model SDK.

    With regards,

      Jan

Reply
  • Hi Peter,

    in my opinion it's not possible, I guess i-model SDK was developed to access (or create) i-model content, not to process it. At least I don't see anything close to triangulation in SDK documentation, on the other hand DSK contains plenty of undocumented assemblies (like Bentley.GeometryNET) that maybe provide necessary functionality.

    Personally I prefer to use documented API only, so my recommendation is to find some open source NET library with Delunary triangulation functionality (I am pretty sure there are more such libraries available, despite of even more are written in C/C++) with proper documentation and examples.

    Maybe somebody from Bentley will be able to provide better insight what can be done using Desktop i-model SDK.

    With regards,

      Jan

Children
No Data