CADability dotNET
Tests whether the provided point toTest falls on the bounds of this cube with respect to precision.

Namespace: CADability
Assembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)

Syntax

C#
public bool IsOnBounds(
	GeoPoint toTest,
	double precision
)
Visual Basic
Public Function IsOnBounds ( _
	toTest As GeoPoint, _
	precision As Double _
) As Boolean
Visual C++
public:
bool IsOnBounds(
	GeoPoint toTest, 
	double precision
)

Parameters

toTest
Type: CADability..::..GeoPoint
Point to test
precision
Type: System..::..Double
Precision for the test

Return Value

True if on bounds, false otherwise

See Also