Python IsPointInside nowhere to find

Python IsPointInside is nowhere to find, or at least I cannot find at. For sure, it is searchable and some people seem to use it, however, I cannot find the manual wherein this IsPointInside command (it is command right?) is described.

I want to know the other commands I do not know yet. Do you know where that manual can be find?

I’m not sure that those methods are exposed in rhinoscriptsyntax, so maybe just go straight to RhinoCommon.

Here’s a couple of point containment methods for different geometry types:

https://developer.rhino3d.com/5/api/RhinoCommonWin/html/M_Rhino_Geometry_Curve_Contains.htm

https://developer.rhino3d.com/5/api/RhinoCommonWin/html/M_Rhino_Geometry_Mesh_IsPointInside.htm

https://developer.rhino3d.com/5/api/RhinoCommonWin/html/M_Rhino_Geometry_Brep_IsPointInside.htm

1 Like