Search Results for

    Show / Hide Table of Contents

    Class MechanismExport

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    MechanismExport
    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.Motion
    Assembly: NXOpen.dll
    Syntax
    public class MechanismExport : NXRemotableObject, IMessageSink

    Constructors

    MechanismExport(MotionSession)

    Declaration
    protected MechanismExport(MotionSession owner)
    Parameters
    Type Name Description
    MotionSession owner

    Properties

    Tag

    Declaration
    public Tag Tag { get; }
    Property Value
    Type Description
    Tag

    Methods

    ExportMdef(string, PositionOrientationFormat, bool, bool, bool, bool, bool, string, NXObject[])

    Declaration
    public void ExportMdef(string fileName, MechanismExport.PositionOrientationFormat posOrientFormat, bool exportEmptyInputFields, bool exportUnusedOptions, bool exportSubmechAsMdef, bool reportToInfoWindow, bool enablePublish, string publishedFolder, NXObject[] objects)
    Parameters
    Type Name Description
    string fileName
    MechanismExport.PositionOrientationFormat posOrientFormat
    bool exportEmptyInputFields
    bool exportUnusedOptions
    bool exportSubmechAsMdef
    bool reportToInfoWindow
    bool enablePublish
    string publishedFolder
    NXObject[] objects

    ExportMdef(string, PositionOrientationFormat, bool, bool, bool, bool, string, NXObject[])

    Declaration
    public void ExportMdef(string fileName, MechanismExport.PositionOrientationFormat posOrientFormat, bool exportEmptyInputFields, bool exportUnusedOptions, bool exportSubmechAsMdef, bool enablePublish, string publishedFolder, NXObject[] objects)
    Parameters
    Type Name Description
    string fileName
    MechanismExport.PositionOrientationFormat posOrientFormat
    bool exportEmptyInputFields
    bool exportUnusedOptions
    bool exportSubmechAsMdef
    bool enablePublish
    string publishedFolder
    NXObject[] objects

    ExportPlmxml(string, NXObject[])

    Declaration
    public void ExportPlmxml(string fileName, NXObject[] objects)
    Parameters
    Type Name Description
    string fileName
    NXObject[] objects

    Implements

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