Class LineTemperatureLoad
public class LineTemperatureLoad : LoadBase, ILoadElement, IFemDesignEntity
- Inheritance
-
LineTemperatureLoad
- Implements
- Inherited Members
- Extension Methods
Constructors
LineTemperatureLoad(Edge, Vector3d, List<TopBotLocationValue>, LoadCase, string)
Construct a uniform or variable line temperature load
public LineTemperatureLoad(Edge edge, Vector3d direction, List<TopBotLocationValue> topBotLocVals, LoadCase loadCase, string comment)
Parameters
edgeEdgeUnderlying edge of line load. Line or Arc.
directionVector3dDirectio of load.
topBotLocValsList<TopBotLocationValue>1 or 2 top bottom location values
loadCaseLoadCasecommentstring
Fields
_direction
Field
public Vector3d _direction
Field Value
_topBotLocVal
Field
public List<TopBotLocationValue> _topBotLocVal
Field Value
Properties
Direction
Direction of load.
public Vector3d Direction { get; set; }
Property Value
Edge
Edge defining the geometry of the load
public Edge Edge { get; set; }
Property Value
Normal
Optional. Ambiguous what this does.
public Vector3d Normal { get; set; }
Property Value
TopBotLocVal
Top bottom value can be a list of 1 or 2 items. 1 item defines a uniform line load, 2 items defines a variable line load.
public List<TopBotLocationValue> TopBotLocVal { get; set; }
Property Value
Methods
ToString()
public override string ToString()