create_outer_facelist#

Modeler2D.create_outer_facelist(assignment: list, name: str = 'outer_faces') bool#

Create a face list from a list of outer objects.

Parameters:
assignmentlist

List of outer objects.

namestr, optional

Name of the new list. The default is "outer_faces".

Returns:
bool

True when successful, False when failed.

Examples

>>> from ansys.aedt.core.modeler.cad.primitives import GeometryModeler
>>> obj = GeometryModeler()
>>> obj.create_outer_facelist(assignment="Box1")