NXOpen C++ Reference Guide
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Pages
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::ElemLabelMethod NXOpen::CAE::FeatureEdgeNodeMethod NXOpen::CAE::FeatureElemEdgeMethod NXOpen::CAE::FeatureElemFaceMethod NXOpen::CAE::FeatureElemMethod NXOpen::CAE::FeatureNodeMethod NXOpen::CAE::FeatureShellElemMethod NXOpen::CAE::FilletFaceMethod NXOpen::CAE::FilterBodyMethod NXOpen::CAE::FilterEdgeMethod NXOpen::CAE::FilterElemMethod NXOpen::CAE::FilterFaceMethod NXOpen::CAE::GroupEdgeMethod NXOpen::CAE::GroupElemEdgeMethod NXOpen::CAE::GroupElemFaceMethod NXOpen::CAE::GroupElemMethod NXOpen::CAE::GroupFaceMethod NXOpen::CAE::GroupMethod NXOpen::CAE::GroupNodeMethod NXOpen::CAE::HoleElementEdgeMethod NXOpen::CAE::NodeLabelMethod NXOpen::CAE::OrderedEdgeElemMethod NXOpen::CAE::OrderedEdgeNodeMethod NXOpen::CAE::OrderedFeatureEdgeElemMethod NXOpen::CAE::OrderedFeatureEdgeNodeMethod NXOpen::CAE::RelatedCurveMethod NXOpen::CAE::RelatedEdgeMethod NXOpen::CAE::RelatedElemEdgeMethod NXOpen::CAE::RelatedElemFaceMethod NXOpen::CAE::RelatedElemMethod NXOpen::CAE::RelatedFaceMethod NXOpen::CAE::RelatedNodeMethod NXOpen::CAE::RelatedVertexMethod NXOpen::CAE::ShowAdjacentGroupMethod NXOpen::CAE::ShowHideGroupMethod 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 2019 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.