Search Results for

    Show / Hide Table of Contents

    Class ImportManager

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    ImportManager
    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
    Assembly: NXOpen.dll
    Syntax
    public class ImportManager : NXRemotableObject, IMessageSink

    Constructors

    ImportManager(Part)

    Declaration
    protected ImportManager(Part owner)
    Parameters
    Type Name Description
    Part owner

    Properties

    Tag

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

    Methods

    CreateCgmImporter()

    Declaration
    public Importer CreateCgmImporter()
    Returns
    Type Description
    Importer

    CreateParasolidImporter()

    Declaration
    public Importer CreateParasolidImporter()
    Returns
    Type Description
    Importer

    CreatePartImporter()

    Declaration
    public PartImporter CreatePartImporter()
    Returns
    Type Description
    PartImporter

    CreateSolidEdgeImporter()

    Declaration
    public Importer CreateSolidEdgeImporter()
    Returns
    Type Description
    Importer

    CreateSteinbichlerImporter()

    Declaration
    public Importer CreateSteinbichlerImporter()
    Returns
    Type Description
    Importer

    CreateStlImporter()

    Declaration
    public STLImporter CreateStlImporter()
    Returns
    Type Description
    STLImporter

    CreateVrmlImporter()

    Declaration
    public VRMLImporter CreateVrmlImporter()
    Returns
    Type Description
    VRMLImporter

    Implements

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