Search Results for

    Show / Hide Table of Contents

    Class Step214Importer

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

    Constructors

    Step214Importer()

    Declaration
    protected Step214Importer()

    Properties

    FileOpenFlag

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

    FlattenAssembly

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

    ImportTo

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

    ImportToTeamcenter

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

    LayerDefault

    Declaration
    public int LayerDefault { get; set; }
    Property Value
    Type Description
    int

    ObjectTypes

    Declaration
    public ObjectTypeSelector ObjectTypes { get; }
    Property Value
    Type Description
    ObjectTypeSelector

    Optimize

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

    SettingsFile

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

    SewSurfaces

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

    SimplifyGeometry

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

    SmoothBSurfaces

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