geometry.Geometry.get_set#

Geometry.get_set(name)#

Retrieve a Set by its name.

Parameters#

namestr

The name of the Set to retrieve.

Returns#

Set or None

The Set object if it exists, otherwise None.