Search Results for

    Show / Hide Table of Contents

    Class UFOprbnd

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

    Methods

    AppendItemUde(Tag, CamGeomType, nint, nint, OprbndUdeSetType, string, out nint, out bool)

    Declaration
    public void AppendItemUde(Tag object_tag, CamGeomType type, nint boundary, nint item, OprbndUdeSetType set_type, string ude_name, out nint ude, out bool response)
    Parameters
    Type Name Description
    Tag object_tag
    CamGeomType type
    nint boundary
    nint item
    OprbndUdeSetType set_type
    string ude_name
    nint ude
    bool response

    AskBoundaryAppData(Tag, CamGeomType, nint, out AppData)

    Declaration
    public void AskBoundaryAppData(Tag object_tag, CamGeomType type, nint boundary, out UFOprbnd.AppData app_data)
    Parameters
    Type Name Description
    Tag object_tag
    CamGeomType type
    nint boundary
    UFOprbnd.AppData app_data

    AskItemAppData(Tag, CamGeomType, nint, nint, out AppData)

    Declaration
    public void AskItemAppData(Tag object_tag, CamGeomType type, nint boundary, nint item, out UFOprbnd.AppData app_data)
    Parameters
    Type Name Description
    Tag object_tag
    CamGeomType type
    nint boundary
    nint item
    UFOprbnd.AppData app_data

    AskItemUdes(Tag, CamGeomType, nint, nint, OprbndUdeSetType, out int, out nint[])

    Declaration
    public void AskItemUdes(Tag object_tag, CamGeomType type, nint boundary, nint item, OprbndUdeSetType set_type, out int num_udes, out nint[] udes)
    Parameters
    Type Name Description
    Tag object_tag
    CamGeomType type
    nint boundary
    nint item
    OprbndUdeSetType set_type
    int num_udes
    nint[] udes

    CanAcceptItemUde(Tag, CamGeomType, nint, nint, OprbndUdeSetType, string, out bool)

    Declaration
    public void CanAcceptItemUde(Tag object_tag, CamGeomType type, nint boundary, nint item, OprbndUdeSetType set_type, string ude_name, out bool response)
    Parameters
    Type Name Description
    Tag object_tag
    CamGeomType type
    nint boundary
    nint item
    OprbndUdeSetType set_type
    string ude_name
    bool response

    DeleteAllItemUdes(Tag, CamGeomType, nint, nint, OprbndUdeSetType)

    Declaration
    public void DeleteAllItemUdes(Tag object_tag, CamGeomType type, nint boundary, nint item, OprbndUdeSetType set_type)
    Parameters
    Type Name Description
    Tag object_tag
    CamGeomType type
    nint boundary
    nint item
    OprbndUdeSetType set_type

    DeleteItemUde(Tag, CamGeomType, nint, nint, OprbndUdeSetType, nint)

    Declaration
    public void DeleteItemUde(Tag object_tag, CamGeomType type, nint boundary, nint item, OprbndUdeSetType set_type, nint ude)
    Parameters
    Type Name Description
    Tag object_tag
    CamGeomType type
    nint boundary
    nint item
    OprbndUdeSetType set_type
    nint ude

    SetBoundaryAppData(Tag, CamGeomType, nint, ref AppData)

    Declaration
    public void SetBoundaryAppData(Tag object_tag, CamGeomType type, nint boundary, ref UFOprbnd.AppData app_data)
    Parameters
    Type Name Description
    Tag object_tag
    CamGeomType type
    nint boundary
    UFOprbnd.AppData app_data

    SetItemAppData(Tag, CamGeomType, nint, nint, ref AppData)

    Declaration
    public void SetItemAppData(Tag object_tag, CamGeomType type, nint boundary, nint item, ref UFOprbnd.AppData app_data)
    Parameters
    Type Name Description
    Tag object_tag
    CamGeomType type
    nint boundary
    nint item
    UFOprbnd.AppData app_data

    Implements

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