Set

class compas_fea.structure.Set(name, type, selection, index)[source]

Bases: object

Initialises base Set object.

Parameters
  • name (str) – Name of the set.

  • type (str) – ‘node’, ‘element’, ‘surface_node’, surface_element’.

  • selection (list, dict) – The integer keys of the nodes, elements or the element numbers and sides.

  • index (int) – Set index number.

Attributes
  • name (str) – Name of the set.

  • type (str) – ‘node’, ‘element’, ‘surface_node’, surface_element’.

  • selection (list, dict) – The integer keys of the nodes, elements or the element numbers and sides.

  • index (int) – Set index number.