NX Open C++ Reference Guide
Public Member Functions
NXOpen::CAE::FEElementLabelMap Class Reference

Represents a Elementl Label to an CAE::FEElement map, it can be used to quickly convert a CAE::FEElement label, which is generally used in solver input files and results files, in the element object itself CAE::FEElement. More...

Inheritance diagram for NXOpen::CAE::FEElementLabelMap:
NXOpen::TransientObject

List of all members.

Public Member Functions

int AskNextElementLabel (int elementlabel)
 Returns the next CAE::FEElement label from the input put label.
NXOpen::CAE::FEElementGetElement (int elementlabel)
 Returns CAE::FEElement given a CAE::FEElement label.
int NumElements ()
 Returns the number of CAE::FEElement
Created in NX6.0.2.
virtual ~FEElementLabelMap ()
 Destroys the object
Created in NX6.0.2.

Detailed Description

Represents a Elementl Label to an CAE::FEElement map, it can be used to quickly convert a CAE::FEElement label, which is generally used in solver input files and results files, in the element object itself CAE::FEElement.


This is an abstract class

Created in NX6.0.2.


Constructor & Destructor Documentation

Destroys the object
Created in NX6.0.2.



License requirements : None


Member Function Documentation

Returns the next CAE::FEElement label from the input put label.

Returns:
next CAE::FEElement Label
Created in NX6.0.2.

License requirements : nx_masterfem ("Finite Element Modeling")
Parameters:
elementlabelCAE::FEElement Label, for first element label input 0

Returns CAE::FEElement given a CAE::FEElement label.

Returns:
CAE::FEElement
Created in NX6.0.2.

License requirements : nx_masterfem ("Finite Element Modeling")
Parameters:
elementlabelCAE::FEElement Label

Returns the number of CAE::FEElement
Created in NX6.0.2.



License requirements : nx_masterfem ("Finite Element Modeling")


The documentation for this class was generated from the following file:
Copyright 2011 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.