Message 1 of 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi,
I'm writing a Zero Touch node.
I want to create a Face element from the boundary loop I got from the following line:
IList<IList<BoundarySegment>> boundaryLoop = room.GetBoundarySegments(options);
I'd like to then test some points for inclusion using IsInside(UV) or some similar method.
I haven't found a way to create that face. I tried using document.Create, but there isn't a Face method available.
The original boundary loop is from a Room element. Is there a more direct and simple way to do this?
Thanks!
Solved! Go to Solution.