Table of Contents

Class PointConnectionForce

Namespace
FemDesign.Results
Assembly
FemDesign.Core.dll

FemDesign "Point connection forces" result

[Result(typeof(PointConnectionForce), new ListProc[] { ListProc.PointConnectionForceLoadCase, ListProc.PointConnectionForceLoadCombination })]
public class PointConnectionForce : IResult
Inheritance
PointConnectionForce
Implements
Inherited Members
Extension Methods

Properties

CaseIdentifier

Load case or combination name

public string CaseIdentifier { get; }

Property Value

string

Force

public Vector3d Force { get; }

Property Value

Vector3d

Fr

Force resultant

public double Fr { get; }

Property Value

double

Fx

Local Fx'

public double Fx { get; }

Property Value

double

Fy

Local Fy'

public double Fy { get; }

Property Value

double

Fz

Local Fz'

public double Fz { get; }

Property Value

double

Id

Identifier "No."

public string Id { get; }

Property Value

string

Moment

public Vector3d Moment { get; }

Property Value

Vector3d

Mr

Moment resultant

public double Mr { get; }

Property Value

double

Mx

Local Mx'

public double Mx { get; }

Property Value

double

My

Local My'

public double My { get; }

Property Value

double

Mz

Local Mz'

public double Mz { get; }

Property Value

double

NodeId

Finite element node id

public int NodeId { get; }

Property Value

int

Pos

public Point3d Pos { get; }

Property Value

Point3d

X

public double X { get; }

Property Value

double

Y

public double Y { get; }

Property Value

double

Z

public double Z { get; }

Property Value

double

Methods

ToString()

public override string ToString()

Returns

string