|
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)
SyntaxPointContainment3 Contains(
Point3 testPoint,
Plane3 plane,
double tolerance
)
Function Contains (
testPoint As Point3,
plane As Plane3,
tolerance As Double
) As PointContainment3
PointContainment3 Contains(
Point3 testPoint,
Plane3^ plane,
double tolerance
)
abstract Contains :
testPoint : Point3 *
plane : Plane3 *
tolerance : float -> PointContainment3
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:
PointContainment3Relationship between point and curve region.
See Also