SurfaceSettings

Contents

SurfaceSettings#

class zeroheliumkit.fem.gmsher.SurfaceSettings(geometry: Polygon | MultiPolygon, z: float)[source]#

Bases: object

Settings 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

geometry

z

index