CulvertSectionGeometries Class

Common class containing data for all culvert geometry types.

Definition

Namespace: DHI.Mike1D.StructureModule
Assembly: DHI.Mike1D.StructureModule (in DHI.Mike1D.StructureModule.dll) Version: 24.0.0.0 (11.1.1.1111)
C#
public class CulvertSectionGeometries : ICulvertSectionGeometries, 
	ICulvertSectionRectangular, ICulvertSectionBase, ICulvertSectionCircular, ICulvertSectionCrossSection, ICulvertSectionTable
Inheritance
Object    CulvertSectionGeometries
Implements
ICulvertSectionBase, ICulvertSectionCircular, ICulvertSectionCrossSection, ICulvertSectionGeometries, ICulvertSectionRectangular, ICulvertSectionTable

Constructors

CulvertSectionGeometriesInitializes a new instance of the CulvertSectionGeometries class

Properties

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

Methods

EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
ToStringReturns a string that represents the current object.
(Inherited from Object)
Validate Validate geometry

See Also