CADability dotNET
Returns true if this cube contains the provided point. Points within the cube extended by precision will also be accepted.

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

Syntax

C#
public bool Contains(
	GeoPoint p,
	double prec
)
Visual Basic
Public Function Contains ( _
	p As GeoPoint, _
	prec As Double _
) As Boolean
Visual C++
public:
bool Contains(
	GeoPoint p, 
	double prec
)

Parameters

p
Type: CADability..::..GeoPoint
The Point
prec
Type: System..::..Double

Return Value

true if there is containment

See Also