ContactPreventionParams#

class ansys.meshing.prime.ContactPreventionParams(model=None, source_scope=None, target_scope=None, size=None, json_data=None, **kwargs)#

ContactPreventionParams defines contact prevention control parameters for wrapper.

Methods

ContactPreventionParams.print_default()

Print the default values of ContactPreventionParams.

ContactPreventionParams.set_default([...])

Set the default values of ContactPreventionParams.

Attributes

ContactPreventionParams.size

Minimum gap size (gap/4) to resolve contact between source and target.

ContactPreventionParams.source_scope

Source scope used for contact prevention control.

ContactPreventionParams.target_scope

Target scope used for contact prevention control.