separate_faces_with_interior_edges#
- VTComposer.separate_faces_with_interior_edges(topo_faces, params)#
Separates the given topofaces having interior edges using the given VT Composer parameters.
- Parameters:
- topo_faces
Iterable[int] Ids of input topofaces.
- params
VTComposerParams VT composer parameters.
- topo_faces
- Returns:
- :
VTComposerResultsReturn results in VTComposerResults.
- Return type:
Notes
This is a beta API. The behavior and implementation may change in future.
Examples
>>> results = vtcomposer.separate_faces_with_interior_edges([1,2,3,4,5], params)