Search Results for

    Show / Hide Table of Contents

    Class EcadExportBuilder

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    EcadExportBuilder
    Implements
    System.Runtime.Remoting.Messaging.IMessageSink
    IComponentBuilder
    Inherited Members
    Builder.Commit()
    Builder.Destroy()
    Builder.GetCommittedObjects()
    Builder.GetObject()
    Builder.ShowResults()
    Builder.Validate()
    Builder.PreviewBuilder
    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.PcbExchange
    Assembly: NXOpen.dll
    Syntax
    public class EcadExportBuilder : Builder, IMessageSink, IComponentBuilder

    Constructors

    EcadExportBuilder()

    Declaration
    protected EcadExportBuilder()

    Properties

    BoardFile

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

    BoardOnly

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

    EcadLocation

    Declaration
    public EcadExportBuilder.EcadLocationEnum EcadLocation { get; set; }
    Property Value
    Type Description
    EcadExportBuilder.EcadLocationEnum

    EcadNumber

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

    EcadRevision

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

    FileFormat

    Declaration
    public EcadExportBuilder.FileFormatEnum FileFormat { get; set; }
    Property Value
    Type Description
    EcadExportBuilder.FileFormatEnum

    FileUnits

    Declaration
    public EcadExportBuilder.ExportUnitsEnum FileUnits { get; set; }
    Property Value
    Type Description
    EcadExportBuilder.ExportUnitsEnum

    LibraryFile

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

    ShowLog

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

    UseCurrentWorkPart

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

    UseEntityFilter

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

    Methods

    GetAreaMapping()

    Declaration
    public AreaMapping GetAreaMapping()
    Returns
    Type Description
    AreaMapping

    GetEntityFilter()

    Declaration
    public EntityFilter GetEntityFilter()
    Returns
    Type Description
    EntityFilter

    RunPreExportEcadHook()

    Declaration
    public void RunPreExportEcadHook()

    SetAreaMapping(AreaMapping)

    Declaration
    public void SetAreaMapping(AreaMapping areaMapping)
    Parameters
    Type Name Description
    AreaMapping areaMapping

    SetEntityFilter(EntityFilter)

    Declaration
    public void SetEntityFilter(EntityFilter filter)
    Parameters
    Type Name Description
    EntityFilter filter

    Implements

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