Class ForcesLoad3D
- Namespace
- IdeaRS.OpenModel.Detail.Loading
- Assembly
- IdeaRS.OpenModel.dll
Representation of Point Load 3D in IDEA StatiCa Detail
public class ForcesLoad3D : LoadBase
Inheritance
Inherited Members
Constructors
ForcesLoad3D()
public ForcesLoad3D()
Properties
Direction
direction type of load - local/global
public LoadDirection Direction { get; set; }
Property Value
EdgeIndex
Edge index of solid block ; EdgeIndex set on -1 when MasterComponent is not SB
public int EdgeIndex { get; set; }
Property Value
Forces
Load forces
public List<ForceLoad3D> Forces { get; set; }
Property Value
MasterComponent
Gets or sets the master component
public ReferenceElement MasterComponent { get; set; }
Property Value
Name
Name of 3D element
public string Name { get; set; }
Property Value
SurfaceIndex
Surface index of solid block ; SurfaceIndex set on -1 when MasterComponent is not SB
public int SurfaceIndex { get; set; }