Class InternalForcesData
- Namespace
- IdeaStatiCa.BimApi.Results
- Assembly
- IdeaStatiCa.BimApi.dll
public class InternalForcesData : IIdeaResultDataInheritance
Implements
Inherited Members
Properties
Mx
Bending moment around x-axis
public double Mx { get; set; }Property Value
My
Bending moment around y-axis
public double My { get; set; }Property Value
Mz
Bending moment around z-axis
public double Mz { get; set; }Property Value
N
Normal force
public double N { get; set; }Property Value
Qy
Shear force in y direction
public double Qy { get; set; }Property Value
Qz
Shear force in z direction
public double Qz { get; set; }