is_closed#

property Polygons3DLayout.is_closed#

Either if the Geometry is closed or not.

Returns:
bool

Examples

>>> from ansys.aedt.core.modeler.pcb.object_3d_layout import Polygons3DLayout
>>> obj = Polygons3DLayout()
>>> obj.is_closed