Class CmdInteractionSurface
public class CmdInteractionSurface : CmdCommand
- Inheritance
-
CmdInteractionSurface
- Inherited Members
- Extension Methods
Constructors
CmdInteractionSurface(Bar, string, double, bool)
public CmdInteractionSurface(Bar bar, string filePath, double offset = 0, bool ultimate = true)
Parameters
Fields
Command
public string Command
Field Value
Properties
FilePath
public string FilePath { get; set; }
Property Value
Guid
BarPart Guid
public Guid Guid { get; set; }
Property Value
Offset
cross-section position, measured along the bar from the starting point [m]
public double Offset { get; set; }
Property Value
fUlt
fUlt is true for Ultimate, false for Accidental or Seismic combination (different gammaC)
public bool fUlt { get; set; }
Property Value
Methods
ToXElement()
public override XElement ToXElement()
Returns
- XElement