Search Results for

    Show / Hide Table of Contents

    Class SessionNXGateway

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    SessionNXGateway
    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 SessionNXGateway : NXRemotableObject, IMessageSink

    Constructors

    SessionNXGateway(SessionPreferences)

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

    Properties

    AngularTolerance

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

    AttachFidelityCheckData

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

    AutomaticallyCheckItemRevisions

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

    HealGeometryOnImport

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

    IgnoreUpdateOfIdenticalVersions

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

    LoadConstructionGeometry

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

    LoadProductManufacturingInformation

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

    LoadSolidEdgeAssemblyFeatures

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

    LoadSolidEdgeConstructionGeometry

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

    LoadSolidEdgeProductManufacturingInformation

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

    MinimumSmallEdgeLength

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

    OnlyImportDesignParts

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

    PerformFidelityCheckOnImport

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

    PreserveNominalGeometry

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

    ReferenceGeometryImportColor

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

    ReferenceGeometryImportLayer

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

    RemoveDiscontinuity

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

    RemoveSelfIntersections

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

    RemoveSmallEdges

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

    RepairTolerance

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

    RetainFidelityCheckingInformation

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

    SaveComponentPartFilesDuringLoad

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

    SuppressSurfaceModification

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

    Tag

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

    Tolerance

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

    UseRepairTolerance

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

    WireframeGeometryImportColor

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

    WireframeGeometryImportLayer

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

    Implements

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