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…
  • [Microstation Connect C#] Uniquely identify Element Types

    Hello people, so in C# we need to get some info out of a Microstation Element. It might be any displayable element, ie: a SmartSolid, a Solid, a LineElement, a ParametricAttributesElement etc.; anything graphical actually. On this element we call…
  • [CONNECT U14 C#] Getting the Vertices of Elements in MicroStation NET API

    Hi all, I am familiar with the GetVertices() Method of several Element Classes under the Bentley.Interop.MicroStationDGN. In NET API, which method of CurveVector is suitable to get the Vertices of a closed element like Shape Elements? I have browsed…
  • [CONNECT U14 C#] Question regarding Element Geometry and Mensuration: What is the Innate unit of MicroStation NET API?

    Hi all, I have a question regarding Element Geometry and Mensuration in the .NET API especially Element-related Classes and Objects under the .NET API using namespaces such as the DgnPlatformNET, GeometryNET, etc. I am currently more familiar with…
  • Access Violation with SetLineStyle and trying to retrieve Element by native ref

    Hi, I am getting to grips with programming in CONNECT (Update 9), using a mixture of c++ and c#. Where possible my preference is to using the DgnPlatformNET and MstnPlatformNET interfaces but for the time being there will be quite a bit of code using…
  • 【MS CE C#】用ElementGraphicsProcessor怎么处理structural element

    如题,我现在用ElementGraphicsProcessor处理structural element返回的只会进ProcessCurveVector,获取不到mesh。要获取structural element需要怎么处理?