Feature Class Reference
Last update: 16.07.2025Represents a Speos feature. More...
Inheritance diagram for Feature:

Public Member Functions | |
| 'None' | Update (self) |
| Updates the feature. | |
| 'None' | Delete (self) |
| Deletes the feature. | |
Static Public Attributes | |
| str | Name = property(fget=__GetName) |
| Returns the name of the feature. | |
| str | Tag = property(fget=__GetTag) |
| Returns the NX tag for this feature. | |
Properties | |
| thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag') | |
Detailed Description
Represents a Speos feature.
A base class for all Speos features.
This is an abstract class that provides the basic functionality common to all simulation features.
This is an abstract class, and cannot be instantiated.
To obtain an instance of this class, refer to the simulation builders.
Member Data Documentation
◆ Name
|
static |
Returns the name of the feature.
Value type: String.
◆ Tag
|
static |
Returns the NX tag for this feature.
Value type: Integer.
The documentation for this class was generated from the following file:
- SpeosNX_2412.py