Message 1 of 1
Intersection between Plane and GeometryElement
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello,
I'd like to find point which is result of intersection between Plane and GeometryElement (which is ModelLine or Arc). It's not very hard issue with Dynamo (showed in the picture below), but I cannot find proper method with API. The problem is, neither Plane or GeometryElement has method Intersect(), which we can find in for example Curve Class. I'm sure I'm missing something like "Element.Geometry" in Dynamo - but what is it?
And another, more general question - As I heard, Dynamo is open source, so is there some possibility to see the code for "built in" block, like for example Geometry.Intersect?
Thank You for all replies.