Class RCShellDesignForces
FemDesign "RC design: Shell, Design Forces" result
[Result(typeof(RCShellDesignForces), new ListProc[] { ListProc.RCDesignShellDesignForcesLoadCombination })]
public class RCShellDesignForces : IResult
- Inheritance
-
RCShellDesignForces
- Implements
- Inherited Members
- Extension Methods
Properties
CaseIdentifier
Load case or combination name
public string CaseIdentifier { get; }
Property Value
ElementId
Finite element element id
public int ElementId { get; }
Property Value
Id
Shell name identifier
public string Id { get; }
Property Value
MxBottom
mx or mr bottom
public double MxBottom { get; }
Property Value
MxTop
mx or mr top
public double MxTop { get; }
Property Value
MyBottom
my or mt bottom
public double MyBottom { get; }
Property Value
MyTop
my or mt top
public double MyTop { get; }
Property Value
NodeId
Finite element node id
public int? NodeId { get; }
Property Value
- int?
NxMax
nx or nr max
public double NxMax { get; }
Property Value
NxMin
nx or nr min
public double NxMin { get; }
Property Value
NyMax
ny or nt max
public double NyMax { get; }
Property Value
NyMin
ny or nt min
public double NyMin { get; }
Property Value
Methods
ToString()
public override string ToString()