Interface INodalTargetsContainer
Inherited Members
Namespace: NXOpen.CAE.Connections
Assembly: NXOpen.dll
Syntax
public interface INodalTargetsContainer : INXObject
Methods
GetTarget(int)
Declaration
NodalTarget GetTarget(int index)
Parameters
Type | Name | Description |
---|---|---|
int | index |
Returns
Type | Description |
---|---|
NodalTarget |
SetTargetType(int, NodalTargetType)
Declaration
void SetTargetType(int index, NodalTargetType type)
Parameters
Type | Name | Description |
---|---|---|
int | index | |
NodalTargetType | type |
SwapTargets()
Declaration
void SwapTargets()