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

Represents weld connected part to customize the retrieval of connected part information. More...

Inheritance diagram for NXOpen::Weld::ConnectedPart:
NXOpen::TransientObject

Public Member Functions

int GetNumberSets ()
 Get the number of connected sets. More...
 
void GetSetInformation (int setIndex, std::vector< NXOpen::NXObject * > &eids)
 Get the individual connected set data. More...
 
virtual ~ConnectedPart ()
 Free resources associated with the instance. More...
 
- Public Member Functions inherited from NXOpen::TransientObject
void * GetHandle ()
 Handle of the internal object represented by this object. More...
 

Detailed Description

Represents weld connected part to customize the retrieval of connected part information.


Created in NX11.0.0.

Constructor & Destructor Documentation

virtual NXOpen::Weld::ConnectedPart::~ConnectedPart ( )
virtual

Free resources associated with the instance.

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 NX11.0.0.

License requirements : None

Member Function Documentation

int NXOpen::Weld::ConnectedPart::GetNumberSets ( )

Get the number of connected sets.

Use this to limit the number of iterations when calling NXOpen::Weld::ConnectedPart::GetSetInformation .

Returns

Created in NX11.0.0.

License requirements : None
void NXOpen::Weld::ConnectedPart::GetSetInformation ( int  setIndex,
std::vector< NXOpen::NXObject * > &  eids 
)

Get the individual connected set data.


Created in NX11.0.0.

License requirements : None

Parameters
setIndexIndex of set to gather information for
eidsArray of connected set information. Should be freed.

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