Table of Contents

Class ConcreteCheckResultBase

Namespace
IdeaRS.OpenModel.Concrete.CheckResult
Assembly
IdeaRS.OpenModel.dll

Concrete result base class

public abstract class ConcreteCheckResultBase

Inheritance

Derived

Inherited Members

Constructors

ConcreteCheckResultBase()

Constructor

protected ConcreteCheckResultBase()

Properties

Check

settings of check type

public CalculationType Check { get; set; }

Property Value

CalculationType

CheckValue

calculated limited value, calculated as strain to limit strain

public double CheckValue { get; set; }

Property Value

double

InternalFores

internal forces used for calculation

public ResultOfInternalForces InternalFores { get; set; }

Property Value

ResultOfInternalForces

LimitCheckValue

limit check value for result check

public double LimitCheckValue { get; set; }

Property Value

double

NonConformities

Returns nonconformity in section

public List<NonConformity> NonConformities { get; set; }

Property Value

List<NonConformity>

Result

check result passed/failed

public CheckResult Result { get; set; }

Property Value

CheckResult