NXOpen .NET Reference Guide  1899
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
Public Member Functions | Properties | List of all members
NXOpen.AME.BulkConnectionBuilder Class Reference

builder for the bulk connection dialog More...

Inheritance diagram for NXOpen.AME.BulkConnectionBuilder:
NXOpen.AME.AMEBaseBuilder NXOpen.Builder NXOpen.TaggedObject NXOpen.GeometricUtilities.IComponentBuilder NXOpen.Utilities.NXRemotableObject IMessageSink

Public Member Functions

unsafe void ConnectOneToOne (NXOpen.AME.IPort[] sourcePorts, NXOpen.AME.IPort[] targetPorts, bool overrideExistingConnection)
 Make the Connection between the source and target ports More...
 
unsafe void ConnectOneVsMany (NXOpen.AME.IPort[] sourcePorts, NXOpen.AME.IPort[] targetPorts, bool overrideExistingConnection)
 Make the Connection between 1 port of N cardinality and Many ports of 1 cardinality More...
 
unsafe void Disconnect (NXOpen.AME.IPort[] sourcePorts, NXOpen.AME.IPort[] targetPorts)
 Disconnect the Connections More...
 

Properties

unsafe NXOpen.SelectNXObjectList SourceObject [get]
 Returns the source object More...
 
unsafe NXOpen.SelectNXObjectList TargetObject [get]
 Returns the target object More...
 

Additional Inherited Members

- Protected Member Functions inherited from NXOpen.TaggedObject
new void initialize ()
 <exclude> More...
 

Detailed Description

builder for the bulk connection dialog

To create a new instance of this class, use NXOpen.AME.AMEManager.CreateBulkConnectionBuilder

Created in NX11.0.0

Member Function Documentation

unsafe void NXOpen.AME.BulkConnectionBuilder.ConnectOneToOne ( NXOpen.AME.IPort[]  sourcePorts,
NXOpen.AME.IPort[]  targetPorts,
bool  overrideExistingConnection 
)
inline

Make the Connection between the source and target ports

Created in NX11.0.0

License requirements: ad_automation_design ("FULL AUTOMATION DESIGNER")

Parameters
sourcePortsThe ports tag array
targetPortsThe ports tag array
overrideExistingConnection
unsafe void NXOpen.AME.BulkConnectionBuilder.ConnectOneVsMany ( NXOpen.AME.IPort[]  sourcePorts,
NXOpen.AME.IPort[]  targetPorts,
bool  overrideExistingConnection 
)
inline

Make the Connection between 1 port of N cardinality and Many ports of 1 cardinality

Created in NX11.0.0

License requirements: ad_automation_design ("FULL AUTOMATION DESIGNER")

Parameters
sourcePortsThe ports tag array
targetPortsThe ports tag array
overrideExistingConnection
unsafe void NXOpen.AME.BulkConnectionBuilder.Disconnect ( NXOpen.AME.IPort[]  sourcePorts,
NXOpen.AME.IPort[]  targetPorts 
)
inline

Disconnect the Connections

Created in NX12.0.0

License requirements: ad_automation_design ("FULL AUTOMATION DESIGNER")

Parameters
sourcePortsThe source ports of connections, to be disconnect
targetPortsThe target ports of connections, to be disconnect

Property Documentation

unsafe NXOpen.SelectNXObjectList NXOpen.AME.BulkConnectionBuilder.SourceObject
get

Returns the source object

Created in NX11.0.0

License requirements: ad_automation_design ("FULL AUTOMATION DESIGNER")

unsafe NXOpen.SelectNXObjectList NXOpen.AME.BulkConnectionBuilder.TargetObject
get

Returns the target object

Created in NX11.0.0

License requirements: ad_automation_design ("FULL AUTOMATION DESIGNER")


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