Class PeaksmAuto
- Namespace
- FemDesign.Calculate
- Assembly
- FemDesign.Core.dll
public class PeaksmAuto : GlobConfig
- Inheritance
-
PeaksmAuto
- Inherited Members
-
- Extension Methods
-
Constructors
PeaksmAuto(bool, bool, bool, bool, bool, bool, bool, bool, bool, bool, bool, bool, bool, double)
public PeaksmAuto(bool peakBeam = false, bool peakColumn = true, bool peakTruss = false, bool peakficBeam = false, bool peakPlate = false, bool peakWall = false, bool peakFicShell = false, bool peakSuppPt = true, bool peakSuppLn = false, bool peakSuppSf = false, bool peakConnPt = false, bool peakConnLn = false, bool peakConnSf = false, double peakFactor = 0.5)
Parameters
peakBeam bool
peakColumn bool
peakTruss bool
peakficBeam bool
peakPlate bool
peakWall bool
peakFicShell bool
peakSuppPt bool
peakSuppLn bool
peakSuppSf bool
peakConnPt bool
peakConnLn bool
peakConnSf bool
peakFactor double
Fields
_peakBeam
Field Value
- int
_peakColumn
Field Value
- int
_peakConnLn
Field Value
- int
_peakConnPt
Field Value
- int
_peakConnSf
Field Value
- int
_peakFactor
public double _peakFactor
Field Value
- double
_peakFicBeam
Field Value
- int
_peakFicShell
Field Value
- int
_peakPlate
Field Value
- int
_peakSuppLn
Field Value
- int
_peakSuppPt
Field Value
- int
_peakSuppSf
Field Value
- int
_peakTruss
Field Value
- int
_peakWall
Field Value
- int
Properties
PeakBeam
public bool PeakBeam { get; set; }
Property Value
- bool
PeakColumn
public bool PeakColumn { get; set; }
Property Value
- bool
PeakConnLn
public bool PeakConnLn { get; set; }
Property Value
- bool
PeakConnPt
public bool PeakConnPt { get; set; }
Property Value
- bool
PeakConnSf
public bool PeakConnSf { get; set; }
Property Value
- bool
PeakFactor
public double PeakFactor { get; set; }
Property Value
- double
PeakFicBeam
public bool PeakFicBeam { get; set; }
Property Value
- bool
PeakFicShell
public bool PeakFicShell { get; set; }
Property Value
- bool
PeakPlate
public bool PeakPlate { get; set; }
Property Value
- bool
PeakSuppLn
public bool PeakSuppLn { get; set; }
Property Value
- bool
PeakSuppPt
public bool PeakSuppPt { get; set; }
Property Value
- bool
PeakSuppSf
public bool PeakSuppSf { get; set; }
Property Value
- bool
PeakTruss
public bool PeakTruss { get; set; }
Property Value
- bool
PeakWall
public bool PeakWall { get; set; }
Property Value
- bool
Methods
Default()
public static PeaksmAuto Default()
Returns
- PeaksmAuto