Class CablewayNearNodeBuilder
Inheritance
System.Object
System.MarshalByRefObject
CablewayNearNodeBuilder
Inherited Members
System.MarshalByRefObject.CreateObjRef(System.Type)
System.MarshalByRefObject.GetLifetimeService()
System.MarshalByRefObject.InitializeLifetimeService()
System.MarshalByRefObject.MemberwiseClone(System.Boolean)
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: NXOpen.MechanicalRouting
Assembly: NXOpen.dll
Syntax
public class CablewayNearNodeBuilder : Builder, IMessageSink, IComponentBuilder
Constructors
CablewayNearNodeBuilder()
Declaration
protected CablewayNearNodeBuilder()
Properties
DeviceComponent
Declaration
public Component DeviceComponent { get; set; }
Property Value
Type | Description |
---|---|
Component |
DeviceSelection
Declaration
public SelectNXObjectList DeviceSelection { get; }
Property Value
Type | Description |
---|---|
SelectNXObjectList |
Multiport
Declaration
public MultiPort Multiport { get; set; }
Property Value
Type | Description |
---|---|
MultiPort |
NodeSelection
Declaration
public SelectNXObjectList NodeSelection { get; }
Property Value
Type | Description |
---|---|
SelectNXObjectList |
Methods
GetDistances()
Declaration
public double[] GetDistances()
Returns
Type | Description |
---|---|
System.Double[] |
GetNodes()
Declaration
public SmartObject[] GetNodes()
Returns
Type | Description |
---|---|
SmartObject[] |
RemoveDeviceComponent()
Declaration
public void RemoveDeviceComponent()
RemoveMultiport()
Declaration
public void RemoveMultiport()
SetDistances(Double[])
Declaration
public void SetDistances(double[] distances)
Parameters
Type | Name | Description |
---|---|---|
System.Double[] | distances |
SetNodes(SmartObject[])
Declaration
public void SetNodes(SmartObject[] nodes)
Parameters
Type | Name | Description |
---|---|---|
SmartObject[] | nodes |
Implements
System.Runtime.Remoting.Messaging.IMessageSink