Table of Contents

Class Position

Namespace
FemDesign.Bars.Buckling
Assembly
FemDesign.Core.dll

segmentposition_type

public class Position
Inheritance
Position
Inherited Members
Extension Methods

Fields

_end

public double _end

Field Value

double

_start

public double _start

Field Value

double

Properties

End

public double End { get; set; }

Property Value

double

Start

public double Start { get; set; }

Property Value

double

Methods

AlongBar()

Create a definition of buckling length along the full length of the bar.

public static Position AlongBar()

Returns

Position

Remarks

Private

ByParameters(double, double)

Create a definition of buckling length along the bar. Start and end by parameter.

public static Position ByParameters(double startParameter, double endParameter)

Parameters

startParameter double

Start of buckling length. Value equal to or between 0 and 1. 0 = start of bar, 1 = end of bar.

endParameter double

End of buckling length. Value equal to or between 0 and 1. 0 = start of bar, 1 = end of bar

Returns

Position

Remarks

Private