SurfaceSettings#
- class zeroheliumkit.fem.gmsher.SurfaceSettings(geometry: Polygon | MultiPolygon, z: float)[source]#
Bases:
objectSettings for defining additional surfaces on the volumes.
- Parameters:
geometry (Polygon | MultiPolygon) – Geometry of the surface.
z (float) – Z-coordinate of the surface.
index (list[int], optional) – List of polygon indices associated with the surface. Defaults to an empty list. Not user defined.
Methods
Attributes
geometryzindex