Fortran DLL Wrapper
WellboreGeometry Class |
Implementation of IWellboreGeometry and ICloneable.
Inheritance Hierarchy
Namespace: FortranWrapper
Assembly: FortranWrapper (in FortranWrapper.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax
The WellboreGeometry type exposes the following members.
Constructors
Name | Description | |
---|---|---|
WellboreGeometry | Initializes a new instance of the WellboreGeometry class |
Properties
Name | Description | |
---|---|---|
Azimuth |
Gets or sets the angle from the North direction to the horizontal projection of the wellbore, in the North to East direction. Unit: degree (deg).
| |
BoreholeRadius |
Gets or sets the radius of the borehole. Unit: meter (m).
| |
Inclination |
Gets or sets the angle between the drill string and the vertical direction. Unit: degree (deg).
| |
TVD |
Gets or sets the vertical distance from the ground surface (or rig floor or sea surface). Unit: meter (m).
|
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