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_facesIterable[int]

Ids of input topofaces.

paramsVTComposerParams

VT composer parameters.

Returns:
VTComposerResults

Return results in VTComposerResults.

Return type:

VTComposerResults

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)