find_port_faces#
- Modeler3D.find_port_faces(port_sheets)[source]#
Find the vaccums given a list of input sheets.
Starting from a list of input sheets, this method creates a list of output sheets that represent the blank parts (vacuums) and the tool parts of all the intersections of solids on the sheets. After a vacuum on a sheet is found, a port can be created on it.
- Parameters:
- port_sheets
list
List of input sheets names.
- port_sheets
- Returns:
List
List of output sheets (2x len(port_sheets)).