IFailureProperties Interface

Fortran DLL Wrapper

IFailureProperties Interface

Provides access to failure properties of a model.

Namespace:  FortranWrapper
Assembly:  FortranWrapper (in FortranWrapper.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax
public interface IFailureProperties
Public Interface IFailureProperties
public interface class IFailureProperties
type IFailureProperties =  interface end

The IFailureProperties type exposes the following members.

Properties
  NameDescription
Public propertyBreakOutAngle
Gets or sets the break out angle. Unit: degree (deg).
Public propertyCohesion
Gets or sets the cohesion of the formation. Unit: Megapascal (MPa).
Public propertyFrictionAngle
Gets or sets the friction angle of the formation. Unit: degree (deg).
Public propertyRadialRatio
Gets or sets radial ratio.
Public propertyTensileStrength
Gets or sets the tensile strength of the formation. Unit: Megapascal (MPa).
Top
See Also