Search Results for

    Show / Hide Table of Contents

    Class CablewayNearNodeBuilder

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    CablewayNearNodeBuilder
    Implements
    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, int)
    TaggedObject.Tag
    NXRemotableObject.SyncProcessMessage(IMessage)
    NXRemotableObject.AsyncProcessMessage(IMessage, IMessageSink)
    NXRemotableObject.NextSink
    MarshalByRefObject.GetLifetimeService()
    MarshalByRefObject.InitializeLifetimeService()
    MarshalByRefObject.MemberwiseClone(bool)
    object.GetType()
    object.MemberwiseClone()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    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
    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
    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