I have a rectangle (ShapeElement) and a cylinder (ConeElement) that I'm trying to find out if they intersect. (Don't actually need the intersection point(s), just if they intersect).
Using Interop methods the ConeElement is not Intersectable element (Cone.IsIntersectableElement = false) so I can't use Element.GetIntersectionPoints.
Is there a method in DgnPlatformNET that may be able to cover this situation?