CrossSectionFactoryBuildRectangularPolygon Method

Create a Polygon cross section representing a rectangle, with the given number of equidistant processed levels.

Processed data has not yet been calculated, you should call Prepare(HDParameterData, IDiagnostics) before using it.

Definition

Namespace: DHI.Mike1D.CrossSectionModule
Assembly: DHI.Mike1D.CrossSectionModule (in DHI.Mike1D.CrossSectionModule.dll) Version: 24.0.0.0 (11.1.1.1111)
C#
public void BuildRectangularPolygon(
	double width,
	double height,
	int nLevels
)

Parameters

width  Double
Width of rectangle
height  Double
Height of rectangle
nLevels  Int32
Number of processed levels

See Also