Class SurfaceLoad3D
- Namespace
- IdeaRS.OpenModel.Detail.Loading
- Assembly
- IdeaRS.OpenModel.dll
Representation of Surface Load 3D in IDEA StatiCa Detail
public class SurfaceLoad3D : LoadBase
Inheritance
Inherited Members
Constructors
SurfaceLoad3D()
public SurfaceLoad3D()
Properties
Direction
direction type of load - local/global
public LoadDirection Direction { get; set; }
Property Value
GeneralShape
General shape - for LoadedGeometryType == GeometryOnSurfaceType.Polyline
public PolyLine2D GeneralShape { get; set; }
Property Value
Impulse
The impulse is an intensity defined by force per unit area
public Vector3D Impulse { get; set; }
Property Value
LoadedGeometryType
Type of loaded geometry
public GeometryOnSurfaceType LoadedGeometryType { get; set; }
Property Value
MasterComponent
Gets or sets the master component
public ReferenceElement MasterComponent { get; set; }
Property Value
MasterSurfaceIndex
master component surface
public int MasterSurfaceIndex { get; set; }
Property Value
Name
Name of 3D element
public string Name { get; set; }
Property Value
RotationAboutZ
Rotation about the local Z axis
public double RotationAboutZ { get; set; }
Property Value
TranslationX
Transaction along the local X axis
public double TranslationX { get; set; }
Property Value
TranslationY
Transaction along the local Y axis
public double TranslationY { get; set; }