CrossSectionBridgeGeometry Class

CrossSectionBridgeGeometry

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 CrossSectionBridgeGeometry : BridgeGeometry
Inheritance
Object    BridgeGeometry    CrossSectionBridgeGeometry
Derived

Constructors

CrossSectionBridgeGeometryInitializes a new instance of the CrossSectionBridgeGeometry class

Properties

centerSkewness CenterSkewness
cosSkewnessAngle CosSkewnessAngle
dataX_do X data downstream
dataX_up X data upstream
(Inherited from BridgeGeometry)
dataZ_do Z data downstream
dataZ_up Z data upstream
Datum Datum
DatumDownstream Datum downstream
IsStagnationPointsSet IsStagnationPointsSet, specifies if stagnationpoints are set
(Inherited from BridgeGeometry)
pierBp Pier bp
relRes_do Relative resistance downstream
relRes_up Relative resistance upstream
resistType Resistance type, must be either Manning_M or Manning_n.
resistValue Resistance value
skewnessAngle SkewnessAngle
Slope Slope
spurDykesTypeLeft SpurDykesTypeLeft
spurDykesTypeRight SpurDykesTypeRight
StagnationPointDownStreamLeft Stagnation point downstream left
(Inherited from BridgeGeometry)
StagnationPointDownStreamRight Stagnation point downstream right
(Inherited from BridgeGeometry)
StagnationPointUpStreamLeft Stagnation point upstream left
(Inherited from BridgeGeometry)
StagnationPointUpStreamRight Stagnation point upstram right
(Inherited from BridgeGeometry)
UseDefaultStagnationPoints Use default stagnation points
(Inherited from BridgeGeometry)
UseSlope Use slope
WaterWayLength Water way length
WaterWayLengthLeft Water way length left
WaterWayLengthRight Waterway length right
xm1_do Marker 1 downstream
xm1_up Marker 1 upstream
(Inherited from BridgeGeometry)
xm3_do Marker 3 downstream
xm3_up Marker 3 upstream
xm4_do Marker 4 downstream
xm4_up Marker 4 upstream
xm5_do Marker 5 downstream
xm5_up Marker 5 upstream

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)

See Also