Skip to main content

Speos NX library 2025 R2

SelectFaceList Class Reference

Last update: 16.07.2025
Inheritance diagram for SelectFaceList:

Public Member Functions

'int' Size (self)
 Gets the size of the list.
 
'bool' Empty (self)
 Checks if the list has no face.
 
'bool' Add (self, tag)
 Adds the given face to the list.
 
'None' Remove (self, tag)
 Removes the given face from the list.
 
'None' Clear (self)
 Removes all elements from the list.
 
'bool' Contains (self, tag)
 Checks if the given value exists in the list.
 

Static Public Attributes

str Array = property(fget=__GetArray, fset=__SetArray)
 Gets or sets the faces.
 
str Faces = property(fget=__GetFaces)
 Gets the faces that are alive.
 

Properties

 thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag')
 

Member Function Documentation

◆ Add()

'bool' Add ( self,
tag )

Adds the given face to the list.

Returns True if the given face has been added, False otherwise.

Value type: Boolean.

◆ Contains()

'bool' Contains ( self,
tag )

Checks if the given value exists in the list.

Returns True if the given face exists in the list, False otherwise.

Value type: Boolean.

◆ Empty()

'bool' Empty ( self)

Checks if the list has no face.

Returns True if the list is empty, False otherwise.

Value type: Boolean.

◆ Size()

'int' Size ( self)

Gets the size of the list.

Returns the number of elements in the list.

Value type: Integer.

Member Data Documentation

◆ Array

str Array = property(fget=__GetArray, fset=__SetArray)
static

Gets or sets the faces.

The Array property takes a list of tags and returns a list of tags.

Value type: Integer.

The default value is an empty list.

◆ Faces

str Faces = property(fget=__GetFaces)
static

Gets the faces that are alive.

Returns a list of tags.

Value type: Integer.

The default value is an empty list.


The documentation for this class was generated from the following file:
  • SpeosNX_2412.py

Connect with Ansys