Returns true if the Minimum Cover is violated.
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public bool IsMinCoverViolated( double minCover, ref Point3d[] pointsViolated, ref double[] differences, ref double[] params )
VB
Public Function IsMinCoverViolated ( minCover As Double, ByRef pointsViolated As Point3d(), ByRef differences As Double(), ByRef params As Double() ) As Boolean
C++
public: bool IsMinCoverViolated( double minCover, array<Point3d>^% pointsViolated, array<double>^% differences, array<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.