Search Results for

    Show / Hide Table of Contents

    Class UFHmop

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

    Methods

    AskHoleAxis(Tag, nint, out Tag)

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

    AskHoleDepth(Tag, nint, out Tag)

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

    AskHoleTop(Tag, nint, out Tag)

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

    SetHoleAxis(Tag, nint, ref Tag)

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

    SetHoleDepth(Tag, nint, ref Tag)

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

    SetHoleTop(Tag, nint, ref Tag)

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

    Implements

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