Table of Contents

Class Straight

Namespace
FemDesign.Reinforcement
Assembly
FemDesign.Core.dll

straight (child of surface_rf_type)

public class Straight
Inheritance
Straight
Inherited Members
Extension Methods

Constructors

Straight(ReinforcementDirection, double, Face, double)

Private constructor accessed by static methods.

public Straight(ReinforcementDirection direction, double space, Face face, double cover = 0.02)

Parameters

direction ReinforcementDirection
space double
face Face
cover double

Straight(string, double, string, double)

Define straight reinforcement layout for surface reinforcement.

public Straight(string direction, double space, string face, double cover = 0.02)

Parameters

direction string

"x"/"y"

space double

Spacing between bars.

face string

"top"/"bottom"

cover double

Reinforcement concrete cover.

Remarks

Create

Fields

_cover

public double _cover

Field Value

double

_face

public string _face

Field Value

string

_space

public double _space

Field Value

double

Properties

Cover

public double Cover { get; set; }

Property Value

double

Direction

public ReinforcementDirection Direction { get; set; }

Property Value

ReinforcementDirection

Face

public Face Face { get; set; }

Property Value

Face

MultiLayer

public bool MultiLayer { get; }

Property Value

bool

SingleLayer

public bool SingleLayer { get; }

Property Value

bool

Space

public double Space { get; set; }

Property Value

double