Search Results for

    Show / Hide Table of Contents

    Class MechanismImport

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

    Constructors

    MechanismImport(MotionSession)

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

    Properties

    Tag

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

    Methods

    ImportFromSubassembly(Component, Part, Part, NamingRule, string, bool, bool)

    Declaration
    public void ImportFromSubassembly(Component compOcc, Part motionPart, Part workPart, MechanismImport.NamingRule namingRule, string appendixString, bool reportToInfoWindow, bool abortOnFailure)
    Parameters
    Type Name Description
    Component compOcc
    Part motionPart
    Part workPart
    MechanismImport.NamingRule namingRule
    string appendixString
    bool reportToInfoWindow
    bool abortOnFailure

    ImportMdef(NXObject, string, NamingRule, string, bool, bool)

    Declaration
    [Obsolete("Deprecated in NX2206.0.0.  Use NXOpen.Motion.MechanismImport.ImportMdf")]
    public void ImportMdef(NXObject workPart, string fileName, MechanismImport.NamingRule namingRule, string addString, bool reportToInfoWindow, bool replaceExistingElements)
    Parameters
    Type Name Description
    NXObject workPart
    string fileName
    MechanismImport.NamingRule namingRule
    string addString
    bool reportToInfoWindow
    bool replaceExistingElements

    ImportMdf(NXObject, string, NamingRule, string, bool, bool, InvalidElements)

    Declaration
    public void ImportMdf(NXObject workPart, string fileName, MechanismImport.NamingRule namingRule, string addString, bool reportToInfoWindow, bool replaceExistingElements, MechanismImport.InvalidElements optionInvalidElements)
    Parameters
    Type Name Description
    NXObject workPart
    string fileName
    MechanismImport.NamingRule namingRule
    string addString
    bool reportToInfoWindow
    bool replaceExistingElements
    MechanismImport.InvalidElements optionInvalidElements

    ImportXML(Part, string, NamingRule, string, bool)

    Declaration
    public void ImportXML(Part workPart, string fileName, MechanismImport.NamingRule namingRule, string appendixString, bool reportToInfoWindow)
    Parameters
    Type Name Description
    Part workPart
    string fileName
    MechanismImport.NamingRule namingRule
    string appendixString
    bool reportToInfoWindow

    Implements

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