CADability dotNET
Assembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)
Returns true if this cube contains the provided point.
Points within the cube extended by precision
will also be accepted.
Namespace: CADabilityAssembly: 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 ) |