Click or drag to resize

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.

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

Parameters

width
Type: SystemDouble
Width of rectangle
height
Type: SystemDouble
Height of rectangle
nLevels
Type: SystemInt32
Number of processed levels
See Also