Click or drag to resize

ICurveContains Method

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

Namespace:  Karamba.Geometry
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
PointContainment3 Contains(
	Point3 testPoint,
	Plane3 plane,
	double tolerance
)

Parameters

testPoint
Type: Karamba.GeometryPoint3
Point to test.
plane
Type: Karamba.GeometryPlane3
Plane in in which to compare point and region.
tolerance
Type: SystemDouble
Tolerance to use during comparison.

Return Value

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