Table of Contents

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

bar Bar
position Point2d
startAnchorage double

Start anchorage in meters.

endAnchorage double

End anchorage in meters.

startParam double
endParam double
auxiliary bool

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

position Point2d
startAnchorage double

Start anchorage in meters.

endAnchorage double

End anchorage in meters.

start double
end double
auxiliary bool

Properties

Anchorage

public StartEndType Anchorage { get; set; }

Property Value

StartEndType

Auxiliary

public bool Auxiliary { get; set; }

Property Value

bool

End

public double End { get; set; }

Property Value

double

Position2d

public Point2d Position2d { get; set; }

Property Value

Point2d

PrescribedLengthening

public StartEndType PrescribedLengthening { get; set; }

Property Value

StartEndType

Start

public double Start { get; set; }

Property Value

double