Search Results for

    Show / Hide Table of Contents

    Class CablewayNearNodeBuilder

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    CablewayNearNodeBuilder
    Implements
    System.Runtime.Remoting.Messaging.IMessageSink
    IComponentBuilder
    Inherited Members
    Builder.Commit()
    Builder.Destroy()
    Builder.GetCommittedObjects()
    Builder.GetObject()
    Builder.ShowResults()
    Builder.Validate()
    Builder.PreviewBuilder
    TaggedObject.initialize()
    TaggedObject.ToString()
    TaggedObject.PrintTestData(String)
    TaggedObject.PrintTestData(String, Int32)
    TaggedObject.Tag
    NXRemotableObject.SyncProcessMessage(IMessage)
    NXRemotableObject.AsyncProcessMessage(IMessage, IMessageSink)
    NXRemotableObject.NextSink
    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
    IComponentBuilder
    In This Article
    Back to top Generated by DocFX