SizeControl#

class ansys.meshing.prime.SizeControl(model, id, object_id, name, local=False)#

Size control is used to compute size field for volumetric surface meshing.

Methods

SizeControl.get_boi_sizing_params()

Get the body of influence sizing parameters of size control.

SizeControl.get_curvature_sizing_params()

Get the curvature sizing parameters of size control.

SizeControl.get_hard_sizing_params()

Get the hard sizing parameters of size control.

SizeControl.get_meshed_sizing_params()

Get the meshed sizing parameters of size control.

SizeControl.get_proximity_sizing_params()

Get the proximity sizing parameters of size control.

SizeControl.get_scope()

Get the scope used by size control to evaluate entities.

SizeControl.get_soft_sizing_params()

Get the soft sizing parameters of size control.

SizeControl.get_summary(params)

Get the size control summary along with the evaluated scope for the provided parameters..

SizeControl.set_boi_sizing_params(params)

Set the body of influence sizing parameters to compute volumetric size field.

SizeControl.set_curvature_sizing_params(params)

Set the curvature sizing parameters to compute volumetric size field.

SizeControl.set_hard_sizing_params(params)

Set the hard sizing parameters to compute volumetric size field.

SizeControl.set_meshed_sizing_params(params)

Set the meshed sizing parameters to compute volumetric size field.

SizeControl.set_proximity_sizing_params(params)

Set the proximity sizing parameters to compute volumetric size field.

SizeControl.set_scope(scope)

Set the scope for size control to evaluate.

SizeControl.set_soft_sizing_params(params)

Set the soft sizing parameters to compute volumetric size field.

SizeControl.set_suggested_name(name)

Sets the unique name for the size control based on the given suggested name.

Attributes

SizeControl.id

Get the id of SizeControl.

SizeControl.name

Gets the name of size control.