Browse By Tags

  • Open a .dgn file in background(batch processing)

    Hello all, I am new to Microstation Connect Edition api. I will like to know if we can open a .dgn file in background(batch processing).
  • [CONNECT U14 C#] Convenient way to check for intersection between LineElement/DSegment3d/CurveVector

    Hi all, I am looking for a simple way to find whether two lines are intersecting with each other. I am well-aware that there are several methods that can be used to find the intersection point between line elements using the NET API such as the CurveCurve…
  • [CONNECT U14 C#] Questions about the Formatter for the NET API

    I have questions regarding the usage of the formatter for NET API based on http://www.la-solutions.co.uk/content/CONNECT/DgnPlatformNet/Mensuration.htm : 1. In the article, it is mentioned that the formatter is Initialised using active DGN model coordinate…
  • [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…
  • [CONNECT C#] How to get the correct texture coordinates?

    For some reason, I'm trying to extract the geometry and material information of elements into OBJ format. Everything was going well until I tried to attach the texture to the geometry. As we all know, we should attach the texture to the geometry by…