geolime.objects.geometricalobject¶
Classes:
|
Parent class of every object |
|
Project Class Parameters that a constant over a “project” such as coordinate systen,unit system or z direction. |
MetaClass to ensure only one instance of Project in a script. |
-
class
geolime.objects.geometricalobject.
GeometricalObject
(data: pandas.core.frame.DataFrame, metadata: dict = {})¶ Bases:
object
Parent class of every object
Notes
A GeometricalObject cannot be create on its own, it must be from a inherited class.
Attributes:
Return bounding coordinates of the mesh: origin and extent
-
property
bounds
¶ Return bounding coordinates of the mesh: origin and extent
- Returns
numpy array of 2 bounding coordinates
- Return type
np.ndarray
-
property
-
class
geolime.objects.geometricalobject.
Project
(*args, **kwargs)¶ Bases:
object
Project Class Parameters that a constant over a “project” such as coordinate systen,unit system or z direction.
-
class
geolime.objects.geometricalobject.
ProjectMeta
¶ Bases:
type
MetaClass to ensure only one instance of Project in a script.