C# Class BesAsm.Swsp.PacSizingTool.SlopedFacilitySegment

Afficher le fichier Open project: PDXBES/PacSizingTool Class Usage Examples

Méthodes publiques

Méthode Description
SlopedFacilitySegment ( ) : System

Constructor for a sloped facility segment. Assigns segment to current sloped facility pointer.

SlopedFacilitySegment ( SlopedFacility facility ) : System

Constructor for a sloped facility segment

Private Methods

Méthode Description
AdjustedSegmentLengthAtDepthFt ( double depth ) : double

Computes the surface capacity at a specific depth

DownstreamAreaAtDepthSqFt ( double depth ) : double
DownstreamTopWidthAtDepthFt ( double depth ) : double
SurfaceCapacityAtDepthCuFt ( double depth ) : double
UpstreamAreaAtDepthSqFt ( double depth ) : double
UpstreamDepthAtDepthIn ( double depth ) : double
UpstreamTopWidthAtDepthFt ( double depth ) : double

Method Details

SlopedFacilitySegment() public méthode

Constructor for a sloped facility segment. Assigns segment to current sloped facility pointer.
public SlopedFacilitySegment ( ) : System
Résultat System

SlopedFacilitySegment() public méthode

Constructor for a sloped facility segment
public SlopedFacilitySegment ( SlopedFacility facility ) : System
facility SlopedFacility
Résultat System