Show / Hide Table of Contents

Class StbCalWindCondition

Inheritance
System.Object
StbCalWindCondition
Namespace: STBDotNet.v202
Assembly: STBDotNet.dll
Syntax
public class StbCalWindCondition : object

Constructors

| Improve this Doc View Source

StbCalWindCondition()

Declaration
public StbCalWindCondition()

Properties

| Improve this Doc View Source

height

Declaration
public double height { get; set; }
Property Value
Type Description
System.Double
| Improve this Doc View Source

reduction_coefficient

Declaration
public double reduction_coefficient { get; set; }
Property Value
Type Description
System.Double
| Improve this Doc View Source

roughness

Declaration
public StbCalWindConditionRoughness roughness { get; set; }
Property Value
Type Description
StbCalWindConditionRoughness
| Improve this Doc View Source

velocity_pressure

Declaration
public double velocity_pressure { get; set; }
Property Value
Type Description
System.Double
| Improve this Doc View Source

velocity_pressureSpecified

Declaration
public bool velocity_pressureSpecified { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

wind_speed

Declaration
public double wind_speed { get; set; }
Property Value
Type Description
System.Double
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX