NXOpen .NET Reference  12.0.0
Public Member Functions | Protected 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:

Public Member Functions

unsafe int GetNumberSets ()
 Get the number of connected sets. More...
 
unsafe void GetSetInformation (int setIndex, out NXOpen.NXObject[] eids)
 Get the individual connected set data. More...
 

Protected Member Functions

override void FreeResource ()
 Free resources associated with the instance. More...
 

Detailed Description

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

Created in NX11.0.0

Member Function Documentation

override void NXOpen.Weld.ConnectedPart.FreeResource ( )
protected

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.

unsafe 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 .

Created in NX11.0.0

License requirements: None.

Returns
unsafe void NXOpen.Weld.ConnectedPart.GetSetInformation ( int  setIndex,
out 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.