Table of Contents

Class CmdInteractionSurface

Namespace
FemDesign.Calculate
Assembly
FemDesign.Core.dll
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

bar Bar
filePath string
offset double
ultimate bool

Fields

Command

public string Command

Field Value

string

Properties

FilePath

public string FilePath { get; set; }

Property Value

string

Guid

BarPart Guid

public Guid Guid { get; set; }

Property Value

Guid

Offset

cross-section position, measured along the bar from the starting point [m]

public double Offset { get; set; }

Property Value

double

fUlt

fUlt is true for Ultimate, false for Accidental or Seismic combination (different gammaC)

public bool fUlt { get; set; }

Property Value

bool

Methods

ToXElement()

public override XElement ToXElement()

Returns

XElement