CulvertSectionGeometries Class |
Namespace: DHI.Mike1D.StructureModule
The CulvertSectionGeometries type exposes the following members.
Name | Description | |
---|---|---|
![]() | CulvertSectionGeometries | Initializes a new instance of the CulvertSectionGeometries class |
Name | Description | |
---|---|---|
![]() | Closed |
Flag indicating wheather the culvert section is open or closed.
|
![]() | Data |
Level width data. Lookups are always made using WidthFromDepth so no need for distingtion between
depth/width data and level/width data is needed.
|
![]() | Diameter |
Inner diameter of the section.
Unit: [m]
Default: 0;
|
![]() | GeometryCrossSectionLocation |
Location of cross section data for culvert geometry. If null, the location of the structure in the network is used.
|
![]() | GeometryCrossSectionTopoId |
TopoID of cross section data for weir geometry.
If null, the topo id of the structure in the network is used (TopoID). |
![]() | GeometryType |
Type of geometry currently enabled.
|
![]() | Height |
Height of the section;
Unit: [m]
Default: 0
|
![]() | Width |
Width of the section.
Unit: [m]
Default: 0
|
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
![]() ![]() | Validate |
Validate geometry
|