Table of Contents

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

double

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

Fx

force in X

public double Fx { get; set; }

Property Value

double

Fy

force in Y

public double Fy { get; set; }

Property Value

double

Fz

force in Z

public double Fz { get; set; }

Property Value

double

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

PositionX

point support position X

public double PositionX { get; set; }

Property Value

double

PositionY

point support position Y

public double PositionY { get; set; }

Property Value

double

PositionZ

point support position Z

public double PositionZ { get; set; }

Property Value

double

RadiusOfLoad

point load radius - only if point load is not assigned to master device

public double RadiusOfLoad { get; set; }

Property Value

double

SurfaceIndex

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

public int SurfaceIndex { get; set; }

Property Value

int