Table of Contents

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

LoadDirection

GeneralShape

General shape - for LoadedGeometryType == GeometryOnSurfaceType.Polyline

public PolyLine2D GeneralShape { get; set; }

Property Value

PolyLine2D

Impulse

The impulse is an intensity defined by force per unit area

public Vector3D Impulse { get; set; }

Property Value

Vector3D

LoadedGeometryType

Type of loaded geometry

public GeometryOnSurfaceType LoadedGeometryType { get; set; }

Property Value

GeometryOnSurfaceType

MasterComponent

Gets or sets the master component

public ReferenceElement MasterComponent { get; set; }

Property Value

ReferenceElement

MasterSurfaceIndex

master component surface

public int MasterSurfaceIndex { get; set; }

Property Value

int

Name

Name of 3D element

public string Name { get; set; }

Property Value

string

RotationAboutZ

Rotation about the local Z axis

public double RotationAboutZ { get; set; }

Property Value

double

TranslationX

Transaction along the local X axis

public double TranslationX { get; set; }

Property Value

double

TranslationY

Transaction along the local Y axis

public double TranslationY { get; set; }

Property Value

double