Search Results for

    Show / Hide Table of Contents

    Class Step203Importer

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    DexBuilder
    Step203Importer
    Implements
    System.Runtime.Remoting.Messaging.IMessageSink
    IComponentBuilder
    Inherited Members
    DexBuilder.ProcessHoldFlag
    Builder.Commit()
    Builder.Destroy()
    Builder.GetCommittedObjects()
    Builder.GetObject()
    Builder.ShowResults()
    Builder.Validate()
    TaggedObject.initialize()
    TaggedObject.ToString()
    TaggedObject.PrintTestData(String)
    TaggedObject.PrintTestData(String, Int32)
    TaggedObject.Tag
    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.ReferenceEquals(System.Object, System.Object)
    Namespace: NXOpen
    Assembly: NXOpen.dll
    Syntax
    public class Step203Importer : DexBuilder, IMessageSink, IComponentBuilder

    Constructors

    Step203Importer()

    Declaration
    protected Step203Importer()

    Properties

    FileOpenFlag

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

    FlattenAssembly

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

    ImportTo

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

    ImportToTeamcenter

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

    InputFile

    Declaration
    public string InputFile { get; set; }
    Property Value
    Type Description
    System.String

    LayerDefault

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

    ObjectTypes

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

    Optimize

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

    OutputFile

    Declaration
    public string OutputFile { get; set; }
    Property Value
    Type Description
    System.String

    SettingsFile

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

    SewSurfaces

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

    SimplifyGeometry

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

    SmoothBSurfaces

    Declaration
    public bool SmoothBSurfaces { get; set; }
    Property Value
    Type Description
    System.Boolean

    Methods

    SaveSettings(String)

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

    Implements

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