PipeIsMinCoverViolated Method

Returns true if the Minimum Cover is violated.

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

Parameters

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

Return Value

Boolean
See Also