Search Results for

    Show / Hide Table of Contents

    Class UFSetup

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

    Methods

    AskGeomNull(Tag, out Tag)

    Declaration
    public void AskGeomNull(Tag setup_tag, out Tag geom_null)
    Parameters
    Type Name Description
    Tag setup_tag
    Tag geom_null

    AskGeomRoot(Tag, out Tag)

    Declaration
    public void AskGeomRoot(Tag setup_tag, out Tag geom_group)
    Parameters
    Type Name Description
    Tag setup_tag
    Tag geom_group

    AskMctNull(Tag, out Tag)

    Declaration
    public void AskMctNull(Tag setup_tag, out Tag mct_null)
    Parameters
    Type Name Description
    Tag setup_tag
    Tag mct_null

    AskMctRoot(Tag, out Tag)

    Declaration
    public void AskMctRoot(Tag setup_tag, out Tag mct_group)
    Parameters
    Type Name Description
    Tag setup_tag
    Tag mct_group

    AskMthdNull(Tag, out Tag)

    Declaration
    public void AskMthdNull(Tag setup_tag, out Tag mthd_null)
    Parameters
    Type Name Description
    Tag setup_tag
    Tag mthd_null

    AskMthdRoot(Tag, out Tag)

    Declaration
    public void AskMthdRoot(Tag setup_tag, out Tag mthd_group)
    Parameters
    Type Name Description
    Tag setup_tag
    Tag mthd_group

    AskProgramNull(Tag, out Tag)

    Declaration
    public void AskProgramNull(Tag setup_tag, out Tag program_null)
    Parameters
    Type Name Description
    Tag setup_tag
    Tag program_null

    AskProgramRoot(Tag, out Tag)

    Declaration
    public void AskProgramRoot(Tag setup_tag, out Tag program_group)
    Parameters
    Type Name Description
    Tag setup_tag
    Tag program_group

    AskSetup(out Tag)

    Declaration
    public void AskSetup(out Tag setup_tag)
    Parameters
    Type Name Description
    Tag setup_tag

    Create(Tag, string)

    Declaration
    public void Create(Tag part_tag, string template_name)
    Parameters
    Type Name Description
    Tag part_tag
    string template_name

    DeleteSetup()

    Declaration
    public void DeleteSetup()

    GenerateClsf(Tag, Tag, string, string, OutputUnits)

    Declaration
    public void GenerateClsf(Tag setup, Tag group, string clsf_name, string output_filename, UFSetup.OutputUnits output_units)
    Parameters
    Type Name Description
    Tag setup
    Tag group
    string clsf_name
    string output_filename
    UFSetup.OutputUnits output_units

    GenerateProgram(Tag, Tag, string, string, OutputUnits)

    Declaration
    public void GenerateProgram(Tag setup, Tag group, string post_name, string output_filename, UFSetup.OutputUnits output_units)
    Parameters
    Type Name Description
    Tag setup
    Tag group
    string post_name
    string output_filename
    UFSetup.OutputUnits output_units

    Implements

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