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…
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…
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…
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…
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…