Class Position
segmentposition_type
public class Position
- Inheritance
-
Position
- Inherited Members
- Extension Methods
Fields
_end
public double _end
Field Value
_start
public double _start
Field Value
Properties
End
public double End { get; set; }
Property Value
Start
public double Start { get; set; }
Property Value
Methods
AlongBar()
Create a definition of buckling length along the full length of the bar.
public static Position AlongBar()
Returns
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
startParameterdoubleStart of buckling length. Value equal to or between 0 and 1. 0 = start of bar, 1 = end of bar.
endParameterdoubleEnd of buckling length. Value equal to or between 0 and 1. 0 = start of bar, 1 = end of bar
Returns
Remarks
Private