XSCircularPreprocessed Constructor |
Constructs a circular CrossSection and sets the diameter
Namespace:
DHI.Mike1D.CrossSectionModule
Assembly:
DHI.Mike1D.CrossSectionModule (in DHI.Mike1D.CrossSectionModule.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax public XSCircularPreprocessed(
double diameter,
StandardCrossSectionType Type
)
Public Sub New (
diameter As Double,
Type As StandardCrossSectionType
)
public:
XSCircularPreprocessed(
double diameter,
StandardCrossSectionType Type
)
Parameters
- diameter
- Type: SystemDouble
Cross section diameter - Type
- Type: DHI.Mike1D.GenericStandardCrossSectionType
Cross section type
See Also