NXOpen C++ Reference Guide
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Pages
Public Member Functions | List of all members
NXOpen::CAE::FilterElemMethod Class Reference

Represents the output from the filter element smart selector method
To obtain an instance of this class use CAE::SmartSelectionManager

Created in NX1847.0.0. More...

Inheritance diagram for NXOpen::CAE::FilterElemMethod:
NXOpen::SelectionMethod NXOpen::TransientObject

Public Member Functions

std::vector
< NXOpen::CAE::FEElement * > 
GetElems ()
 Returns the resultant elements. More...
 
virtual ~FilterElemMethod ()
 Frees the object from memory. More...
 
- Public Member Functions inherited from NXOpen::SelectionMethod
std::vector
< NXOpen::TaggedObject * > 
GetSelectedObjects ()
 Returns the objects selected by this NXOpen::SelectionMethod . More...
 
virtual ~SelectionMethod ()
 Frees the object from memory. More...
 
- Public Member Functions inherited from NXOpen::TransientObject
void * GetHandle ()
 Handle of the internal object represented by this object. More...
 

Detailed Description

Represents the output from the filter element smart selector method
To obtain an instance of this class use CAE::SmartSelectionManager

Created in NX1847.0.0.


Constructor & Destructor Documentation

virtual NXOpen::CAE::FilterElemMethod::~FilterElemMethod ( )
virtual

Frees the object from memory.

After this method is called, it is illegal to use the object. In .NET, this method is automatically called when the object is deleted by the garbage collector.
Created in NX1847.0.0.

License requirements : None

Member Function Documentation

std::vector<NXOpen::CAE::FEElement *> NXOpen::CAE::FilterElemMethod::GetElems ( )

Returns the resultant elements.

Returns
Resultant elements
Created in NX1847.0.0.

License requirements : None

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