SetInfo

class cee.ug.SetInfo()

Information about an available sets. A set is a group of unique items, but the items can span parts and geometries.

All items will be of the same type. The following set types are supported:

  • Element sets

  • Node sets

  • Element face sets

  • Element edge sets

  • Element node sets


Properties

SetInfo.description
Type:

string

The description of the set.

SetInfo.id
Type:

number

The unique ID of the set, used in the model spec to specify visible sets

SetInfo.itemType
Type:

ItemType

The type of items in the set. All set items are of the same type

SetInfo.name
Type:

string

The name of the set.