Class LongitudinalBar
- Namespace
- FemDesign.Reinforcement
- Assembly
- FemDesign.Core.dll
public class LongitudinalBar
- Inheritance
-
LongitudinalBar
- Inherited Members
- Extension Methods
Constructors
LongitudinalBar()
Parameterless constructor for serialization
public LongitudinalBar()
LongitudinalBar(Bar, Point2d, double, double, double, double, bool)
Construct longitudinal bar using start and end param from bar start
public LongitudinalBar(Bar bar, Point2d position, double startAnchorage, double endAnchorage, double startParam, double endParam, bool auxiliary)
Parameters
barBarpositionPoint2dstartAnchoragedoubleStart anchorage in meters.
endAnchoragedoubleEnd anchorage in meters.
startParamdoubleendParamdoubleauxiliarybool
LongitudinalBar(Point2d, double, double, double, double, bool)
Construct longitudinal bar using start and end distance from bar start
public LongitudinalBar(Point2d position, double startAnchorage, double endAnchorage, double start, double end, bool auxiliary)
Parameters
positionPoint2dstartAnchoragedoubleStart anchorage in meters.
endAnchoragedoubleEnd anchorage in meters.
startdoubleenddoubleauxiliarybool
Properties
Anchorage
public StartEndType Anchorage { get; set; }
Property Value
Auxiliary
public bool Auxiliary { get; set; }
Property Value
End
public double End { get; set; }
Property Value
Position2d
public Point2d Position2d { get; set; }
Property Value
PrescribedLengthening
public StartEndType PrescribedLengthening { get; set; }
Property Value
Start
public double Start { get; set; }