M_Rhino_Geometry_Curve_Contains_2 - mcneel/rhinocommon-api-docs GitHub Wiki

Curve.Contains Method (Point3d, Plane, Double)

Computes the relationship between a point and a closed curve region. This curve must be closed or the return value will be Unset.

Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0

Syntax

C#

public PointContainment Contains(
	Point3d testPoint,
	Plane plane,
	double tolerance
)

VB

Public Function Contains ( 
	testPoint As Point3d,
	plane As Plane,
	tolerance As Double
) As PointContainment

Parameters

 

testPoint
Type: Rhino.Geometry.Point3d
Point to test.
plane
Type: Rhino.Geometry.Plane
Plane in in which to compare point and region.
tolerance
Type: System.Double
Tolerance to use during comparison.

Return Value

Type: PointContainment
Relationship between point and curve region.

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

Curve Class
Contains Overload
Rhino.Geometry Namespace

⚠️ **GitHub.com Fallback** ⚠️