M_Rhino_Geometry_Curve_Contains - mcneel/rhinocommon-api-docs GitHub Wiki
Computes the relationship between a point and a closed curve region. This curve must be closed or the return value will be Unset. Both curve and point are projected to the World XY plane.
Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0
C#
public PointContainment Contains(
Point3d testPoint
)
VB
Public Function Contains (
testPoint As Point3d
) As PointContainment
- testPoint
- Type: Rhino.Geometry.Point3d
Point to test.
Type: PointContainment
Relationship between point and curve region.
Supported in: 6.0.16224.21491, 5D58w