Class LineLoad
- Namespace
- IdeaRS.OpenModel.Detail.Loading
- Assembly
- IdeaRS.OpenModel.dll
Line load
public class LineLoad : LoadBase
Inheritance
Inherited Members
Constructors
LineLoad()
constructor
public LineLoad()
Properties
Angle
angle of load
public double Angle { get; set; }
Property Value
BegFx
force in X at biginning
public double BegFx { get; set; }
Property Value
BegFy
force in Y at beginning
public double BegFy { get; set; }
Property Value
BegPositionX
point support position X
public double BegPositionX { get; set; }
Property Value
BegPositionY
point support position Y
public double BegPositionY { get; set; }
Property Value
Direction
local / global
public LoadDirection Direction { get; set; }
Property Value
DirectionType
direction type of load
public DirectionType DirectionType { get; set; }
Property Value
EdgePositionType
edge position type
public EdgeOrientationType EdgePositionType { get; set; }
Property Value
EndFx
force in X at end
public double EndFx { get; set; }
Property Value
EndFy
force in Y at end
public double EndFy { get; set; }
Property Value
EndPositionX
point support position X
public double EndPositionX { get; set; }
Property Value
EndPositionY
point support position Y
public double EndPositionY { get; set; }
Property Value
GeneralLine
general shape
public PolyLine2D GeneralLine { get; set; }
Property Value
GeometryPointsPath
list of line load points
public Polygon2D GeometryPointsPath { get; set; }
Property Value
LengthOnEdge
length of load
public double LengthOnEdge { get; set; }
Property Value
MasterComponent
Gets or sets the master component
public ReferenceElement MasterComponent { get; set; }
Property Value
MasterEdge
master component edge
public int MasterEdge { get; set; }
Property Value
MasterPoint
master point
public int MasterPoint { get; set; }
Property Value
Name
Gets or set the name
public string Name { get; set; }
Property Value
PositionOnEdge
position od edge
public double PositionOnEdge { get; set; }
Property Value
ResultantForces
forces value
public string ResultantForces { get; set; }
Property Value
TypeEdgePosition
edge position type
public TypeEdgePosition TypeEdgePosition { get; set; }
Property Value
TypeLinePosition
type of position
public TypeLinePosition TypeLinePosition { get; set; }