Fortran DLL Wrapper
FailureProperties Class |
Implementation of IFailureProperties and ICloneable.
Inheritance Hierarchy
Namespace: FortranWrapper
Assembly: FortranWrapper (in FortranWrapper.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax
The FailureProperties type exposes the following members.
Constructors
Name | Description | |
---|---|---|
FailureProperties | Initializes a new instance of the FailureProperties class |
Properties
Name | Description | |
---|---|---|
BreakOutAngle |
Gets or sets the break out angle. Unit: degree (deg).
| |
Cohesion |
Gets or sets the cohesion of the formation. Unit: Megapascal (MPa).
| |
FrictionAngle |
Gets or sets the friction angle of the formation. Unit: degree (deg).
| |
RadialRatio |
Gets or sets radial ratio.
| |
TensileStrength |
Gets or sets the tensile strength of the formation. Unit: Megapascal (MPa).
|
Methods
Name | Description | |
---|---|---|
Clone | Creates a new object that is a copy of the current instance. | |
Equals | (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
See Also