CrossSectionFactorySetEquidistantProcessingLevelSpecs Method (Int32, Double, Double) |
Sets equidistant processinglevel specs similar to those set in a MU setup.
Use when the minimum and maximum Z-value of the raw data is known.
Builder pattern: Builds xsBaseRaw.
Namespace:
DHI.Mike1D.CrossSectionModule
Assembly:
DHI.Mike1D.CrossSectionModule (in DHI.Mike1D.CrossSectionModule.dll) Version: 16.0.0.0 (11.1.1.1111)
Syntax public void SetEquidistantProcessingLevelSpecs(
int nLevels,
double minZ,
double maxZ
)
Parameters
- nLevels
- Type: SystemInt32
Number of equidistant layers - minZ
- Type: SystemDouble
Minium z-value of raw data - maxZ
- Type: SystemDouble
Maximum z-value of raw data
See Also