PipeIsMaxCoverViolated Method

Returns true if the Maximum Cover is violated.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public bool IsMaxCoverViolated(
	double maxCover,
	ref Point3d[] pointsViolated,
	ref double[] differences,
	ref double[] params
)

Parameters

maxCover  Double
Max cover.
pointsViolated  Point3d
The points which are on pipe and their distances to surface are shorter than maxCover.
differences  Double
The distances of pointsViolated to surface.
params  Double
The scales of pointsViolated on the pipe.

Return Value

Boolean
See Also