ISurfaceIsPlanar Method
Tests whether the surface is planar (flat) to within the given tolerance.
Namespace: Karamba.GeometryAssembly: KarambaCommon (in KarambaCommon.dll) Version: 3.0.8.0+eb23a7103f0eca0b6d808121e15fec6899194e15
bool IsPlanar(
double tolerance
)
Function IsPlanar (
tolerance As Double
) As Boolean
bool IsPlanar(
double tolerance
)
abstract IsPlanar :
tolerance : float -> bool
- tolerance Double
- Tolerance to be used for testing flatness.
BooleanTrue if the surface is planar (flat) to within the given tolerance.