Search Results for

    Show / Hide Table of Contents

    Class PlaceElbowsBuilder

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    PlaceElbowsBuilder
    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 PlaceElbowsBuilder : Builder, IMessageSink, IComponentBuilder

    Constructors

    PlaceElbowsBuilder()

    Declaration
    protected PlaceElbowsBuilder()

    Properties

    AllowCutElbows

    Declaration
    public bool AllowCutElbows { get; set; }
    Property Value
    Type Description
    bool

    LayerSettings

    Declaration
    public LayerSettingsBuilder LayerSettings { get; }
    Property Value
    Type Description
    LayerSettingsBuilder

    PlacementLocationCollector

    Declaration
    public RouteObjectCollector PlacementLocationCollector { get; }
    Property Value
    Type Description
    RouteObjectCollector

    ReferenceSet

    Declaration
    public PlaceElbowsBuilder.ReferenceSetType ReferenceSet { get; set; }
    Property Value
    Type Description
    PlaceElbowsBuilder.ReferenceSetType

    Methods

    GetPlacedElbowComponents()

    Declaration
    public Component[] GetPlacedElbowComponents()
    Returns
    Type Description
    Component[]

    SelectComponentToBePlaced(NXObject, string)

    Declaration
    public void SelectComponentToBePlaced(NXObject placementLocation, string selectedMemberIdentifier)
    Parameters
    Type Name Description
    NXObject placementLocation
    string selectedMemberIdentifier

    SetElbowSourceNodeIdentifier(string)

    Declaration
    public void SetElbowSourceNodeIdentifier(string elbowSourceNodeIdentifier)
    Parameters
    Type Name Description
    string elbowSourceNodeIdentifier

    Implements

    System.Runtime.Remoting.Messaging.IMessageSink
    IComponentBuilder
    In this article
    Back to top Generated by DocFX