ISideStructure Interface

Optional interface for an IStructure to implement, making it capable of being used as a side structure

A side structure is not put into the reach, but added on side of the reach.

A side structure with reservoir is handled in the engine by adding an additional side structure reach, with a reservoir node (basin) in the other end.

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 interface ISideStructure

Properties

Bank Bank side that side-structure is located on

If side structure contains reservoir, and has the Coordinate set, this is not used (and should be set to Undefined).

SideStructureReservoir Reservoir at end of side structure. Null if not side structure, or no reservoir is defined
StructureType Type of structure

See Also