Click or drag to resize

CurveContains Method (Point3d, Plane)

Note: This API is now obsolete.

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)
Since: 5.0
Syntax
[ObsoleteAttribute("Use version that takes a tolerance")]
public PointContainment Contains(
	Point3d testPoint,
	Plane plane
)

Parameters

testPoint
Type: Rhino.GeometryPoint3d
Point to test.
plane
Type: Rhino.GeometryPlane
Plane in which to compare point and region.

Return Value

Type: PointContainment
Relationship between point and curve region.
See Also