Search Results for

    Show / Hide Table of Contents

    Class RoutingPreferences

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    RoutingPreferences
    Implements
    IMessageSink
    Inherited Members
    NXRemotableObject.initialize()
    NXRemotableObject.SyncProcessMessage(IMessage)
    NXRemotableObject.AsyncProcessMessage(IMessage, IMessageSink)
    NXRemotableObject.NextSink
    MarshalByRefObject.GetLifetimeService()
    MarshalByRefObject.InitializeLifetimeService()
    MarshalByRefObject.MemberwiseClone(bool)
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: NXOpen.Preferences
    Assembly: NXOpen.dll
    Syntax
    public class RoutingPreferences : NXRemotableObject, IMessageSink

    Constructors

    RoutingPreferences(SessionPreferences)

    Declaration
    protected RoutingPreferences(SessionPreferences owner)
    Parameters
    Type Name Description
    SessionPreferences owner

    Properties

    CurrentDiscipline

    Declaration
    public string CurrentDiscipline { get; set; }
    Property Value
    Type Description
    string

    DisciplineIndex

    Declaration
    public int DisciplineIndex { get; set; }
    Property Value
    Type Description
    int

    DisplayConnectedPorts

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

    InsulationTranslucency

    Declaration
    public int InsulationTranslucency { get; set; }
    Property Value
    Type Description
    int

    OffsetExpressionString

    Declaration
    public string OffsetExpressionString { get; set; }
    Property Value
    Type Description
    string

    PortLength

    Declaration
    public double PortLength { get; set; }
    Property Value
    Type Description
    double

    SpaceReservationTranslucency

    Declaration
    public int SpaceReservationTranslucency { get; set; }
    Property Value
    Type Description
    int

    StockComponentFolder

    Declaration
    public string StockComponentFolder { get; set; }
    Property Value
    Type Description
    string

    StockTranslucency

    Declaration
    public int StockTranslucency { get; set; }
    Property Value
    Type Description
    int

    SubdivideSegmentForFixturePartPlacement

    Declaration
    [Obsolete("Deprecated in NX2206.0.0.  Use NXOpen.RoutingCommon.PartPlacementBuilder.SubdivideSegmentForFixturePartPlacementFlag instead.")]
    public bool SubdivideSegmentForFixturePartPlacement { get; set; }
    Property Value
    Type Description
    bool

    Tag

    Declaration
    public Tag Tag { get; }
    Property Value
    Type Description
    Tag

    UsePreferredPortPlacement

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

    Methods

    GetAllAvailableDisciplines()

    Declaration
    public string[] GetAllAvailableDisciplines()
    Returns
    Type Description
    string[]

    Implements

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