create_face_list# Modeler2D.create_face_list(face_list, name=None)[source]# Create a list of faces given a list of face ID or a list of objects. Parameters: face_listlistList of face ID or list of objects namestr, optionalName of the new list. Returns: pyaedt.modeler.Modeler.ListsList object when successful, False when failed. References >>> oEditor.CreateEntityList Copy to clipboard