Skip to main content

Prime Mesh Python client library 2024 R2

ThinVolumeControl

Last update: 17.07.2025

class ansys.meshing.prime.ThinVolumeControl(model, id, object_id, name)

ThinVolumeControl allows you to generate prisms in the space between surfaces.

ThinVolumeControl allows you to control generation of prisms in the thin space between surfaces. Controls include setting the source face scope, target face scope and thin volume mesh parameters.

  • Parameters: model : Server model to create ThinVolumeControl object.

    id : Id of the ThinVolumeControl.

    object_id : Object id of the ThinVolumeControl.

    name : Name of the ThinVolumeControl.

Methods

Name Description
ThinVolumeControl.set_source_scope(entities) Sets the source surface scope of thin volume control.
ThinVolumeControl.set_target_scope(entities) Sets the target surface scope of thin volume control.
ThinVolumeControl.set_thin_volume_mesh_params(...) Sets thin volume mesh parameters for thin volume control.
ThinVolumeControl.set_volume_scope(entities) Sets the volume scope of thin volume control.

Attributes

Name Description
ThinVolumeControl.id Get the id of ThinVolumeControl.
ThinVolumeControl.name Get the name of ThinVolumeControl.

Connect with Ansys