Search Results for

    Show / Hide Table of Contents

    Class G3DImporter

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    DexBuilder
    BaseImporter
    G3DImporter
    Implements
    IMessageSink
    IComponentBuilder
    Inherited Members
    BaseImporter.GetMode()
    BaseImporter.SetMode(BaseImporter.Mode)
    BaseImporter.InputFile
    BaseImporter.OutputFile
    DexBuilder.ProcessHoldFlag
    Builder.Commit()
    Builder.Destroy()
    Builder.GetCommittedObjects()
    Builder.GetObject()
    Builder.ShowResults()
    Builder.Validate()
    Builder.PreviewBuilder
    TaggedObject.initialize()
    TaggedObject.ToString()
    TaggedObject.PrintTestData(string)
    TaggedObject.PrintTestData(string, int)
    TaggedObject.Tag
    NXRemotableObject.SyncProcessMessage(IMessage)
    NXRemotableObject.AsyncProcessMessage(IMessage, IMessageSink)
    NXRemotableObject.NextSink
    MarshalByRefObject.GetLifetimeService()
    MarshalByRefObject.InitializeLifetimeService()
    MarshalByRefObject.MemberwiseClone(bool)
    object.GetType()
    object.MemberwiseClone()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: NXOpen
    Assembly: NXOpen.dll
    Syntax
    public class G3DImporter : BaseImporter, IMessageSink, IComponentBuilder

    Constructors

    G3DImporter()

    Declaration
    protected G3DImporter()

    Properties

    FileOpenFlag

    Declaration
    public bool FileOpenFlag { get; set; }
    Property Value
    Type Description
    bool

    ImportTo

    Declaration
    public G3DImporter.ImportToOption ImportTo { get; set; }
    Property Value
    Type Description
    G3DImporter.ImportToOption

    ImportToTeamcenter

    Declaration
    public bool ImportToTeamcenter { get; set; }
    Property Value
    Type Description
    bool

    ImportUnits

    Declaration
    public G3DImporter.UnitsEnum ImportUnits { get; set; }
    Property Value
    Type Description
    G3DImporter.UnitsEnum

    Messages

    Declaration
    public G3DImporter.MessageEnum Messages { get; set; }
    Property Value
    Type Description
    G3DImporter.MessageEnum

    SettingsFile

    Declaration
    public string SettingsFile { get; set; }
    Property Value
    Type Description
    string

    ShowInformationWindowFlag

    Declaration
    public bool ShowInformationWindowFlag { get; set; }
    Property Value
    Type Description
    bool

    Methods

    SaveSettings(string)

    Declaration
    public void SaveSettings(string filename)
    Parameters
    Type Name Description
    string filename

    Implements

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