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
directionReinforcementDirectionspacedoublefaceFacecoverdouble
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
directionstring"x"/"y"
spacedoubleSpacing between bars.
facestring"top"/"bottom"
coverdoubleReinforcement concrete cover.
Remarks
Create
Fields
_cover
public double _cover
Field Value
_face
public string _face
Field Value
_space
public double _space
Field Value
Properties
Cover
public double Cover { get; set; }
Property Value
Direction
public ReinforcementDirection Direction { get; set; }
Property Value
Face
public Face Face { get; set; }
Property Value
MultiLayer
public bool MultiLayer { get; }
Property Value
SingleLayer
public bool SingleLayer { get; }
Property Value
Space
public double Space { get; set; }