ShowAdjacentGroupMethod Class

class NXOpen.CAE.ShowAdjacentGroupMethod

Bases: NXOpen.SelectionMethod

Represents the output from the Show Hide Group smart selector method

To obtain an instance of this class use CAE::SmartSelectionManager

New in version NX11.0.0.

Methods

Method Description
Dispose Frees the object from memory.
GetEntities Returns the resultant entities
GetSelectedObjects Returns the objects selected by this NXOpen.SelectionMethod.

Method Detail

Dispose

ShowAdjacentGroupMethod.Dispose

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.

Signature Dispose()

New in version NX11.0.0.

License requirements: None.

GetEntities

ShowAdjacentGroupMethod.GetEntities

Returns the resultant entities

Signature GetEntities()

Returns:Resultant entities
Return type:list of NXOpen.TaggedObject

New in version NX11.0.0.

License requirements: None.