Search Results for

    Show / Hide Table of Contents

    Class UFHmop

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    UFHmop
    Implements
    System.Runtime.Remoting.Messaging.IMessageSink
    Inherited Members
    NXRemotableObject.initialize()
    NXRemotableObject.SyncProcessMessage(IMessage)
    NXRemotableObject.AsyncProcessMessage(IMessage, IMessageSink)
    NXRemotableObject.NextSink
    System.MarshalByRefObject.CreateObjRef(System.Type)
    System.MarshalByRefObject.GetLifetimeService()
    System.MarshalByRefObject.InitializeLifetimeService()
    System.MarshalByRefObject.MemberwiseClone(System.Boolean)
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ToString()
    System.Object.ReferenceEquals(System.Object, System.Object)
    Namespace: NXOpen.UF
    Assembly: NXOpen.UF.dll
    Syntax
    public class UFHmop : NXRemotableObject, IMessageSink

    Methods

    AskHoleAxis(Tag, IntPtr, out Tag)

    Declaration
    public void AskHoleAxis(Tag hmop_tag, IntPtr rep_feature, out Tag smart_vector)
    Parameters
    Type Name Description
    Tag hmop_tag
    System.IntPtr rep_feature
    Tag smart_vector

    AskHoleDepth(Tag, IntPtr, out Tag)

    Declaration
    public void AskHoleDepth(Tag hmop_tag, IntPtr rep_feature, out Tag smart_point)
    Parameters
    Type Name Description
    Tag hmop_tag
    System.IntPtr rep_feature
    Tag smart_point

    AskHoleTop(Tag, IntPtr, out Tag)

    Declaration
    public void AskHoleTop(Tag hmop_tag, IntPtr rep_feature, out Tag smart_point)
    Parameters
    Type Name Description
    Tag hmop_tag
    System.IntPtr rep_feature
    Tag smart_point

    SetHoleAxis(Tag, IntPtr, ref Tag)

    Declaration
    public void SetHoleAxis(Tag hmop_tag, IntPtr rep_feature, ref Tag smart_vector)
    Parameters
    Type Name Description
    Tag hmop_tag
    System.IntPtr rep_feature
    Tag smart_vector

    SetHoleDepth(Tag, IntPtr, ref Tag)

    Declaration
    public void SetHoleDepth(Tag hmop_tag, IntPtr rep_feature, ref Tag smart_point)
    Parameters
    Type Name Description
    Tag hmop_tag
    System.IntPtr rep_feature
    Tag smart_point

    SetHoleTop(Tag, IntPtr, ref Tag)

    Declaration
    public void SetHoleTop(Tag hmop_tag, IntPtr rep_feature, ref Tag smart_point)
    Parameters
    Type Name Description
    Tag hmop_tag
    System.IntPtr rep_feature
    Tag smart_point

    Implements

    System.Runtime.Remoting.Messaging.IMessageSink
    In This Article
    Back to top Generated by DocFX