Search Results for

    Show / Hide Table of Contents

    Class CreoImporter

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    DexBuilder
    BaseImporter
    CreoImporter
    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 CreoImporter : BaseImporter, IMessageSink, IComponentBuilder

    Constructors

    CreoImporter()

    Declaration
    protected CreoImporter()

    Properties

    HealBodies

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

    ImportTo

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

    ImportToTeamcenter

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

    IncludeNonManifoldObj

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

    Optimize

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

    SettingsFile

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

    SimplifyGeometry

    Declaration
    public bool SimplifyGeometry { 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