Table of Contents

Class PointSupportReaction

Namespace
FemDesign.Results
Assembly
FemDesign.Core.dll

FemDesign "Point support group, Reactions" result

[Result(typeof(PointSupportReaction), new ListProc[] { ListProc.PointSupportReactionsLoadCase, ListProc.PointSupportReactionsLoadCombination })]
public class PointSupportReaction : IResult
Inheritance
PointSupportReaction
Implements
Inherited Members
Extension Methods

Properties

CaseIdentifier

Load case or combination name

public string CaseIdentifier { get; }

Property Value

string

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

Support name identifier

public string Id { get; }

Property Value

string

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

X

X-coordinate

public double X { get; }

Property Value

double

Y

Y-coordinate

public double Y { get; }

Property Value

double

Z

Z-coordinate

public double Z { get; }

Property Value

double

Methods

DeconstructPointSupportReaction(List<PointSupportReaction>, string)

The method has been created for returning the value for Grasshopper and Dynamo. The method can still be use for C# users.

public static Dictionary<string, object> DeconstructPointSupportReaction(List<PointSupportReaction> Result, string LoadCase)

Parameters

Result List<PointSupportReaction>
LoadCase string

Returns

Dictionary<string, object>

ToString()

public override string ToString()

Returns

string