ProjectOnGeometryParams#

class ansys.meshing.prime.ProjectOnGeometryParams(model=None, project_only_mid_nodes=None, project_on_facets_if_cadnot_found=None, json_data=None, **kwargs)#

Parameters used to project topoface nodes on associated geometry.

Parameters:
model: Model

Model to create a ProjectOnGeometryParams object with default parameters.

project_only_mid_nodes: bool, optional

Option to project only the mid nodes.

This is a beta parameter. The behavior and name may change in the future.

project_on_facets_if_cadnot_found: bool, optional

Option to project on facet if geometry is not found.

This is a beta parameter. The behavior and name may change in the future.

json_data: dict, optional

JSON dictionary to create a ProjectOnGeometryParams object with provided parameters.

Examples

>>> project_on_geometry_params = prime.ProjectOnGeometryParams(model = model)

Methods

ProjectOnGeometryParams.print_default()

Print the default values of ProjectOnGeometryParams object.

ProjectOnGeometryParams.set_default([...])

Set the default values of the ProjectOnGeometryParams object.

Attributes

ProjectOnGeometryParams.project_on_facets_if_cadnot_found

Option to project on facet if geometry is not found.

ProjectOnGeometryParams.project_only_mid_nodes

Option to project only the mid nodes.