IWellboreGeometry Interface

Fortran DLL Wrapper

IWellboreGeometry Interface

Provides access to wellbore geometry properties of a model.

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

The IWellboreGeometry type exposes the following members.

Properties
  NameDescription
Public propertyAzimuth
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).
Public propertyBoreholeRadius
Gets or sets the radius of the borehole. Unit: meter (m).
Public propertyInclination
Gets or sets the angle between the drill string and the vertical direction. Unit: degree (deg).
Public propertyTVD
Gets or sets the vertical distance from the ground surface (or rig floor or sea surface). Unit: meter (m).
Top
See Also