Part

class cee.cug.Part()

Accessors

  • geometryIndex

  • highlight

  • id

  • index

  • name

  • surfaceMesh

  • visible


Accessors

cee.cug.geometryIndex()

The index of the geometry in which the part belongs

Return type:

number

cee.cug.highlight()

Whether the part should be highlighted.

Return type:

boolean

cee.cug.highlight(highlight)
Arguments:
  • highlight (boolean) – None

Return type:

void

cee.cug.id()

The ID of the part within the given geometry

Return type:

number

cee.cug.index()

The index of the part within the given geometry

See also geometryIndex

Return type:

number

cee.cug.name()

The name of the part

Return type:

string

cee.cug.surfaceMesh()

Show the element mesh on the surface of the part

Return type:

boolean

cee.cug.surfaceMesh(mesh)
Arguments:
  • mesh (boolean) – None

Return type:

void

cee.cug.visible()

The visibility of the part

Return type:

boolean

cee.cug.visible(visible)
Arguments:
  • visible (boolean) – None

Return type:

void