ThinVolumeControl#

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:
modelModel

Server model to create ThinVolumeControl object.

idint

Id of the ThinVolumeControl.

object_idint

Object id of the ThinVolumeControl.

namestr

Name of the ThinVolumeControl.

Methods

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

ThinVolumeControl.id

Get the id of ThinVolumeControl.

ThinVolumeControl.name

Get the name of ThinVolumeControl.