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
ProjectOnGeometryParamsobject 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
ProjectOnGeometryParamsobject with provided parameters.
Examples
>>> project_on_geometry_params = prime.ProjectOnGeometryParams(model = model)
Methods
Print the default values of
ProjectOnGeometryParamsobject.Set the default values of the
ProjectOnGeometryParamsobject.Attributes
Option to project on facet if geometry is not found.
Option to project only the mid nodes.