Class PointLoad3D
- Namespace
- IdeaRS.OpenModel.Detail.Loading
- Assembly
- IdeaRS.OpenModel.dll
Representation of Point Load 3D in IDEA StatiCa Detail
public class PointLoad3D : LoadBase
Inheritance
Inherited Members
Constructors
PointLoad3D()
public PointLoad3D()
Properties
Angle
angle of load
public double Angle { get; set; }
Property Value
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
Fx
force in X
public double Fx { get; set; }
Property Value
Fy
force in Y
public double Fy { get; set; }
Property Value
Fz
force in Z
public double Fz { 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
PositionX
point support position X
public double PositionX { get; set; }
Property Value
PositionY
point support position Y
public double PositionY { get; set; }
Property Value
PositionZ
point support position Z
public double PositionZ { get; set; }
Property Value
RadiusOfLoad
point load radius - only if point load is not assigned to master device
public double RadiusOfLoad { get; set; }
Property Value
SurfaceIndex
Surface index of solid block ; SurfaceIndex set on -1 when MasterComponent is not SB
public int SurfaceIndex { get; set; }