Search Results for

    Show / Hide Table of Contents

    Class EcadPanelImportBuilder

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    EcadPanelImportBuilder
    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 EcadPanelImportBuilder : Builder, IMessageSink, IComponentBuilder

    Constructors

    EcadPanelImportBuilder()

    Declaration
    protected EcadPanelImportBuilder()

    Properties

    Breakaway

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

    IsPanelFolder

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

    OptimizationMethod

    Declaration
    public EcadPanelImportBuilder.OptimizationMethodOptions OptimizationMethod { get; set; }
    Property Value
    Type Description
    EcadPanelImportBuilder.OptimizationMethodOptions

    PanelFile

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

    PanelFolder

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

    PanelLocation

    Declaration
    public EcadPanelImportBuilder.PanelLocationEnum PanelLocation { get; set; }
    Property Value
    Type Description
    EcadPanelImportBuilder.PanelLocationEnum

    ShowLog

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

    SolderMasks

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

    TcItemNumber

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

    TcItemRevision

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

    Thieving

    Declaration
    public EcadPanelImportBuilder.ThievingOptions Thieving { get; set; }
    Property Value
    Type Description
    EcadPanelImportBuilder.ThievingOptions

    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

    GetEntityFilter()

    Declaration
    public EntityFilter GetEntityFilter()
    Returns
    Type Description
    EntityFilter

    GetOutputNames()

    Declaration
    public string[] GetOutputNames()
    Returns
    Type Description
    System.String[]

    GetOutputParts()

    Declaration
    public string[] GetOutputParts()
    Returns
    Type Description
    System.String[]

    PrepareOdbFolder()

    Declaration
    public string PrepareOdbFolder()
    Returns
    Type Description
    System.String

    SetEntityFilter(EntityFilter)

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

    SetOutputNames(String[])

    Declaration
    public void SetOutputNames(string[] outputsNames)
    Parameters
    Type Name Description
    System.String[] outputsNames

    SetOutputParts(String[])

    Declaration
    public void SetOutputParts(string[] outputsParts)
    Parameters
    Type Name Description
    System.String[] outputsParts

    Implements

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