FailureProperties Class

Fortran DLL Wrapper

FailureProperties Class

Implementation of IFailureProperties and ICloneable.
Inheritance Hierarchy
SystemObject  FortranWrapperFailureProperties

Namespace:  FortranWrapper
Assembly:  FortranWrapper (in FortranWrapper.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax
public class FailureProperties : IFailureProperties, 
	ICloneable
Public Class FailureProperties
	Implements IFailureProperties, ICloneable
public ref class FailureProperties : IFailureProperties, 
	ICloneable
type FailureProperties =  
    class
        interface IFailureProperties
        interface ICloneable
    end

The FailureProperties type exposes the following members.

Constructors
  NameDescription
Public methodFailureProperties
Initializes a new instance of the FailureProperties class
Top
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
Methods
  NameDescription
Public methodClone
Creates a new object that is a copy of the current instance.
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also