- Version [version]
- Download 371
- File Size 9.02 KB
- File Count 1
- Create Date 14 October 2015
- Last Updated 14 October 2015
Check whether points are inside polyline curves in Grasshopper
A C# script to check whether points are inside multiple polyline curves. Sorts input points into three groups:
- Points which are inside all curves
- Points which are outside all curves
- All other points
Inputs are a list of points to check, and a list of polylines. All geometry is assumed to be on the XY plane.