Browse By Tags

  • CONNECT C# U16.2 What is the difference in behaviour between Element.GetNativeElementRef() and Element.GetNativeElementRefFromDescr() and when should each be used?

    Hallo, In this post, Jon Summers commented the following: "I notice that there is a similar function public IntPtr GetNativeElementRefFromDescr() . How that differs from GetNativeElementRef() is not clear." Have you since found the difference between…
  • mdlKISolid_getSurfaceElements() crashes for a particular element, throwing a stack overflow exception

    Hi, I'm currently working with mdlKISolid_getSurfaceElements() in order to split a Smart Solid. But it is throwing a stack overflow exception and finally crashes.I guess this is because of many BSpline curves present in that solid. Can someone help…
  • Need VBA Code Example: How to select a specific type of element in a reference file

    MicroStation V8i V 08.11.09.937. Does anyone have a code example that demonstrates how to select an element in a reference file? I want to be able to automatically select a shape in a reference file and define a fence using the vertex coordinates. I am…
  • How to convert solid clockwise sense bspline surface boundaries to hole clockwise sense?

    Hi All, I have a Bspline Surface with a set of boundaries whose clockwise sense is set to "Solid". Is it possible through MDL API to get the equivalent set of boundaries on the same Bspline Surface whose clockwise sense is "Hole"? Thanks &…
  • Batch Conditional Statements

    I am pretty new to programming in MicroStation, so forgive me if my question is a bit cumbersome. I have a situation where we prepared plans with our drawing standards and now our client wants us to change the plans to their standards. This will mainly…