NX Open C++ Reference Guide
Public Member Functions | List of all members
NXOpen::SelectionMethod Class Reference

Represents the output from a smart selector method
This is an abstract class, and cannot be created. More...

Inheritance diagram for NXOpen::SelectionMethod:
NXOpen::TransientObject NXOpen::CAE::AdjacentFaceMethod NXOpen::CAE::CircularEdgeMethod NXOpen::CAE::CylinderFaceMethod NXOpen::CAE::EdgePathMethod NXOpen::CAE::ElemEdgePathMethod NXOpen::CAE::FeatureEdgeNodeMethod NXOpen::CAE::FeatureElemEdgeMethod NXOpen::CAE::FeatureElemFaceMethod NXOpen::CAE::FeatureElemMethod NXOpen::CAE::FeatureNodeMethod NXOpen::CAE::FeatureShellElemMethod NXOpen::CAE::FilletFaceMethod NXOpen::CAE::GroupElemMethod NXOpen::CAE::GroupFaceMethod NXOpen::CAE::GroupMethod NXOpen::CAE::GroupNodeMethod NXOpen::CAE::RelatedElemEdgeMethod NXOpen::CAE::RelatedElemFaceMethod NXOpen::CAE::RelatedElemMethod NXOpen::CAE::RelatedFaceMethod NXOpen::CAE::RelatedNodeMethod NXOpen::CAE::SliverFaceMethod NXOpen::CAE::TangentContinuousEdgeMethod NXOpen::CAE::TangentFaceMethod

Public Member Functions

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 a smart selector method
This is an abstract class, and cannot be created.



Created in NX6.0.0.

Constructor & Destructor Documentation

virtual NXOpen::SelectionMethod::~SelectionMethod ( )
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 NX6.0.0.

License requirements : None

Member Function Documentation

std::vector<NXOpen::TaggedObject *> NXOpen::SelectionMethod::GetSelectedObjects ( )

Returns the objects selected by this NXOpen::SelectionMethod .

Returns
items in list
Created in NX10.0.0.

License requirements : None

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