PipeIsMaxCoverViolated Method |
Returns true if the Maximum Cover is violated.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic bool IsMaxCoverViolated(
double maxCover,
ref Point3d[] pointsViolated,
ref double[] differences,
ref double[] params
)
Public Function IsMaxCoverViolated (
maxCover As Double,
ByRef pointsViolated As Point3d(),
ByRef differences As Double(),
ByRef params As Double()
) As Boolean
public:
bool IsMaxCoverViolated(
double maxCover,
array<Point3d>^% pointsViolated,
array<double>^% differences,
array<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