Search Results for

    Show / Hide Table of Contents

    Class UFRoute

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    UFRoute
    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.UF
    Assembly: NXOpen.UF.dll
    Syntax
    public class UFRoute : NXRemotableObject, IMessageSink

    Methods

    AreSegmentsTangent(Tag, Tag, Tag)

    Declaration
    [Obsolete("Deprecated")]
    public bool AreSegmentsTangent(Tag segment1, Tag segment, Tag rcp)
    Parameters
    Type Name Description
    Tag segment1
    Tag segment
    Tag rcp
    Returns
    Type Description
    bool

    AskObjectStock(Tag, out Tag)

    Declaration
    [Obsolete("Deprecated")]
    public void AskObjectStock(Tag obj_id, out Tag stock)
    Parameters
    Type Name Description
    Tag obj_id
    Tag stock

    AskStockDiameter(Tag, out double)

    Declaration
    [Obsolete("Deprecated")]
    public void AskStockDiameter(Tag stock, out double diameter)
    Parameters
    Type Name Description
    Tag stock
    double diameter

    CalcAbsMinmaxBox(Tag, double[])

    Declaration
    [Obsolete("Deprecated")]
    public void CalcAbsMinmaxBox(Tag dwg_view, double[] box)
    Parameters
    Type Name Description
    Tag dwg_view
    double[] box

    IsStockEqual(Tag, Tag)

    Declaration
    [Obsolete("Deprecated")]
    public bool IsStockEqual(Tag stock1, Tag stock2)
    Parameters
    Type Name Description
    Tag stock1
    Tag stock2
    Returns
    Type Description
    bool

    LoadStockData(string, string, int, out Tag, out Tag, out Tag)

    Declaration
    [Obsolete("Deprecated")]
    public void LoadStockData(string part_name, string member_name, int stock_style, out Tag stock_data_tag, out Tag anchor_tag, out Tag cross_tag)
    Parameters
    Type Name Description
    string part_name
    string member_name
    int stock_style
    Tag stock_data_tag
    Tag anchor_tag
    Tag cross_tag

    ReuseStockPart(Tag)

    Declaration
    [Obsolete("Deprecated")]
    public void ReuseStockPart(Tag stock)
    Parameters
    Type Name Description
    Tag stock

    SetCurrentAppView(nint)

    Declaration
    [Obsolete("Deprecated")]
    public void SetCurrentAppView(nint app_view)
    Parameters
    Type Name Description
    nint app_view

    SetStockPartName(Tag, string)

    Declaration
    [Obsolete("Deprecated")]
    public void SetStockPartName(Tag stock, string part_name)
    Parameters
    Type Name Description
    Tag stock
    string part_name

    UnsetShadowForView(Tag)

    Declaration
    [Obsolete("Deprecated")]
    public void UnsetShadowForView(Tag view)
    Parameters
    Type Name Description
    Tag view

    Implements

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