Search Results for

    Show / Hide Table of Contents

    Class EcadExportBuilder

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    EcadExportBuilder
    Implements
    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, 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.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
    string

    BoardOnly

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

    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
    string

    EcadRevision

    Declaration
    public string EcadRevision { get; set; }
    Property Value
    Type Description
    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
    string

    ShowLog

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

    UseCurrentWorkPart

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

    UseEntityFilter

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

    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