Search Results for

    Show / Hide Table of Contents

    Class UFDie

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    UFDie
    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 UFDie : NXRemotableObject, IMessageSink

    Methods

    AskDrawFaces(Int32, out Int32, out Tag[])

    Declaration
    public void AskDrawFaces(int type_of_tool, out int num_faces, out Tag[] faces)
    Parameters
    Type Name Description
    System.Int32 type_of_tool
    System.Int32 num_faces
    Tag[] faces

    AskMaterialProperties(out Double, out Tag)

    Declaration
    public void AskMaterialProperties(out double metal_thickness, out Tag material_type_tag)
    Parameters
    Type Name Description
    System.Double metal_thickness
    Tag material_type_tag

    Implements

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