Class ActiveWiringComponentBuilder
Inheritance
ActiveWiringComponentBuilder
Assembly: NXOpen.dll
Syntax
public class ActiveWiringComponentBuilder : Builder, IMessageSink, IComponentBuilder
Constructors
ActiveWiringComponentBuilder()
Declaration
protected ActiveWiringComponentBuilder()
Properties
ActiveWiringComp
Declaration
public Component ActiveWiringComp { get; set; }
Property Value
SelectPart
Declaration
public SelectComponent SelectPart { get; }
Property Value
Methods
CreateWiringComponent()
Declaration
public Component CreateWiringComponent()
Returns
CreateWiringComponent(string)
Declaration
public Component CreateWiringComponent(string componentName)
Parameters
Type |
Name |
Description |
string |
componentName |
|
Returns
GetPartOccOfWCInDisplayedPart(Component)
Declaration
public Component GetPartOccOfWCInDisplayedPart(Component tagToBeMapped)
Parameters
Type |
Name |
Description |
Component |
tagToBeMapped |
|
Returns
GetPartOccOfWCInWorkPart(Component)
Declaration
public Component GetPartOccOfWCInWorkPart(Component tagToBeMapped)
Parameters
Type |
Name |
Description |
Component |
tagToBeMapped |
|
Returns
Implements
System.Runtime.Remoting.Messaging.IMessageSink