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_faces
Iterable
[int
] Ids of topofaces to be used to project nodes on the geometry.
- params
ProjectOnGeometryParams
Parameters used for projecting topoface nodes on geometry.
- topo_faces
- Returns:
ProjectOnGeometryResults
Returns the ProjectOnGeometryResults.
- Return type:
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)