Skip to main content

Speos NX library 2024 R2

Feature Class Reference

Last update: 17.07.2025

Represents a Speos feature. More...

Inheritance diagram for Feature:
_objectFeatureSimulation

Public Member Functions

 Update (self)
 Updates the feature.
 
 Delete (self)
 Deletes the feature.
 

Properties

 Name = property(fget = __GetName)
 Returns the name of the feature.
 
 Tag = property(fget = __GetTag)
 Returns the NX tag for this feature.
 

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.

Property Documentation

◆ Name

Name = property(fget = __GetName)
static

Returns the name of the feature.

Value type: String.

◆ Tag

Tag = property(fget = __GetTag)
static

Returns the NX tag for this feature.

Value type: Integer.


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

Connect with Ansys