kappa_sdk.wellbore.Wellbore#
- class kappa_sdk.wellbore.Wellbore(id, name, technical_object_id, tech_objects_api, dto_converter)[source]#
Attributes
Wellbore.geometries
Gets the geometries of this
Wellbore
.Wellbore.id
Gets the unique id of this
Wellbore
.Wellbore.name
Gets the name of this
Wellbore
.Wellbore.perforations
Gets the perforations of this
Wellbore
.Wellbore.technical_object_id
Gets the technical object id associated with this
Wellbore
.Methods
Wellbore.add_geometries
(geometries)Add a geometry to the wellbore
Wellbore.add_perforations
(perforations)Wellbore.delete_geometries
(start_date, end_date)Wellbore.delete_perforations
()Wellbore.refresh_data
()- Parameters:
id (str)
name (str)
technical_object_id (str)
tech_objects_api (TechObjectsAPI)
dto_converter (WellboreDtoConverter)