Table of Contents

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

LoadDirection

EdgeIndex

Edge index of solid block ; EdgeIndex set on -1 when MasterComponent is not SB

public int EdgeIndex { get; set; }

Property Value

int

Forces

Load forces

public List<ForceLoad3D> Forces { get; set; }

Property Value

List<ForceLoad3D>

MasterComponent

Gets or sets the master component

public ReferenceElement MasterComponent { get; set; }

Property Value

ReferenceElement

Name

Name of 3D element

public string Name { get; set; }

Property Value

string

SurfaceIndex

Surface index of solid block ; SurfaceIndex set on -1 when MasterComponent is not SB

public int SurfaceIndex { get; set; }

Property Value

int