SeedpointVolume#

final class SeedpointVolume[source]#

Bases: _VolumeEntityBase

Separate zone in the mesh, defined by one or more interior seed points. Supported with snappyHexMesh and with the GeometryAI workflow. snappyHexMesh requires exactly one seed point per zone; the GeometryAI workflow accepts several seed points per volume, which are flood-filled into a single zone.

Attributes

point_in_mesh: list[Length.Vector3]#

Seed point(s) for this custom volume zone. Accepts either one [x, y, z] point or a list of points [[x, y, z], …]. Use with Snappy requires exactly one point per zone.

axes: tuple[Axis, Axis], optional#

Principal axes definition when using with PorousMedium

Default:

None

axis: Axis, optional#
Default:

None

center: Length.Vector3, optional#
Default:

None

Properties

id: str#

Returns private_attribute_id of the entity.