ansys.meshing.prime.VTComposer Last update: 17.07.2025 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 : Ids of input topofaces. params : 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)