Share

Pipe.IsMaxCoverViolated Method

Returns true if the Maximum Cover is violated.



Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280

Syntax

C#

public bool IsMaxCoverViolated(
	double maxCover,
	ref Point3d[] pointsViolated,
	ref double[] differences,
	ref double[] params
)

VB

Public Function IsMaxCoverViolated ( 
	maxCover As Double,
	ByRef pointsViolated As Point3d(),
	ByRef differences As Double(),
	ByRef params As Double()
) As Boolean

C++

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

Reference

Was this information helpful?