Utils Class¶
-
class
NXOpen.CAE.Connections.Utils¶ Bases:
objectContains universal connections utility methods
To obtain an instance of this class, refer to
NXOpen.CAE.Connections.FolderNew in version NX12.0.0.
Methods¶
| Method | Description |
|---|---|
| FilterConnectionsByType | Filters a list of connections by type |
Method Detail¶
FilterConnectionsByType¶
-
Utils.FilterConnectionsByType¶ Filters a list of connections by type
Signature
FilterConnectionsByType(iConnections, type)Parameters: - iConnections (list of
NXOpen.CAE.Connections.IConnection) – The array of input connections - type (
NXOpen.CAE.Connections.ConnectionType) – The connection type to filter by
Returns: all connections matching the specified connection type
Return type: New in version NX12.0.0.
License requirements: None.
- iConnections (list of