Table of Contents

Class InternalForcesData

Namespace
IdeaStatiCa.BimApi.Results
Assembly
IdeaStatiCa.BimApi.dll
public class InternalForcesData : IIdeaResultData

Inheritance

Implements

Inherited Members

Properties

Mx

Bending moment around x-axis

public double Mx { get; set; }

Property Value

double

My

Bending moment around y-axis

public double My { get; set; }

Property Value

double

Mz

Bending moment around z-axis

public double Mz { get; set; }

Property Value

double

N

Normal force

public double N { get; set; }

Property Value

double

Qy

Shear force in y direction

public double Qy { get; set; }

Property Value

double

Qz

Shear force in z direction

public double Qz { get; set; }

Property Value

double