kappa_sdk.wellbore.DepthCollection#
- class kappa_sdk.wellbore.DepthCollection(md_start, md_end, is_closed)[source]#
Attributes
Gets whether this
DepthCollectionis closed.Gets the MD end of this
DepthCollection.Gets the MD start of this
DepthCollection.Methods
- Parameters:
md_start (float)
md_end (float)
is_closed (bool)
- __init__(md_start, md_end, is_closed)[source]#
- Parameters:
md_start (float)
md_end (float)
is_closed (bool)
- Return type:
None
- property md_start: float#
Gets the MD start of this
DepthCollection.
- property md_end: float#
Gets the MD end of this
DepthCollection.
- property is_closed: bool#
Gets whether this
DepthCollectionis closed.