project_topo_faces_on_geometry#

SurfaceUtilities.project_topo_faces_on_geometry(topo_faces, params)#

Project nodes of given topofaces on geometry associated to those topofaces.

Parameters:
topo_facesIterable[int]

Ids of topofaces to be used to project nodes on the geometry.

paramsProjectOnGeometryParams

Parameters used for projecting topoface nodes on geometry.

Returns:
ProjectOnGeometryResults

Returns the ProjectOnGeometryResults.

Return type:

ProjectOnGeometryResults

Notes

This is a beta API. The behavior and implementation may change in future.

Examples

>>> params = prime.ProjectOnGeometryParams(model = model)
>>> results = surface_utils.project_topo_faces_on_geometry(topofaces, params)