IRes1DEggshapedCrossSection Interface

Result meta data for describing egg-shaped circular cross section

Definition

Namespace: DHI.Mike1D.ResultDataAccess
Assembly: DHI.Mike1D.ResultDataAccess (in DHI.Mike1D.ResultDataAccess.dll) Version: 24.0.0.0 (11.1.1.1111)
C#
public interface IRes1DEggshapedCrossSection : IRes1DClosedCrossSection, 
	IRes1DCrossSection, INetworkCrossSection
Implements
INetworkCrossSection, IRes1DClosedCrossSection, IRes1DCrossSection

Properties

CenterLevel Level for the center of the circular cross section Unit: [m]
Diameter Inner diameter of the circular cross section Unit: [m]
Height Height of the cross section
(Inherited from IRes1DClosedCrossSection)
ID ID for the cross section
(Inherited from IRes1DCrossSection)
IsOpen Flag specifying if cross section is an open cross section.
(Inherited from INetworkCrossSection)
MaximumWidth Maximum width of cross section. For open cross section it is the width at the top of the cross section
(Inherited from INetworkCrossSection)

See Also