Search Results for

    Show / Hide Table of Contents

    Class EntityFilterBuilder

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

    Constructors

    EntityFilterBuilder()

    Declaration
    protected EntityFilterBuilder()

    Properties

    ComponentMaxHeight

    Declaration
    public double ComponentMaxHeight { get; set; }
    Property Value
    Type Description
    double

    ComponentMaxSize

    Declaration
    public double ComponentMaxSize { get; set; }
    Property Value
    Type Description
    double

    ComponentMinHeight

    Declaration
    public double ComponentMinHeight { get; set; }
    Property Value
    Type Description
    double

    ComponentMinSize

    Declaration
    public double ComponentMinSize { get; set; }
    Property Value
    Type Description
    double

    HoleMaxDiameter

    Declaration
    public double HoleMaxDiameter { get; set; }
    Property Value
    Type Description
    double

    HoleMaxSize

    Declaration
    public double HoleMaxSize { get; set; }
    Property Value
    Type Description
    double

    HoleMinDiameter

    Declaration
    public double HoleMinDiameter { get; set; }
    Property Value
    Type Description
    double

    HoleMinSize

    Declaration
    public double HoleMinSize { get; set; }
    Property Value
    Type Description
    double

    LengthUnits

    Declaration
    public EntityFilterBuilder.LengthUnitsEnum LengthUnits { get; set; }
    Property Value
    Type Description
    EntityFilterBuilder.LengthUnitsEnum

    RemoveBlindBuriedViaHoles

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

    RemoveComponentsWithHeight

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

    RemoveComponentsWithSize

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

    RemoveEcadComponents

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

    RemoveHolesWithDiameter

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

    RemoveHolesWithSize

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

    RemoveMcadComponents

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

    RemoveMountingHoles

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

    RemoveOtherHoles

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

    RemoveOtherKeepoutAreas

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

    RemovePadsByPadstacks

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

    RemovePinHoles

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

    RemovePlacedComponents

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

    RemovePlacementGroupKeepinAreas

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

    RemovePlacementKeepinAreas

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

    RemovePlacementKeepoutAreas

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

    RemoveRoutingKeepinAreas

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

    RemoveRoutingKeepoutAreas

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

    RemoveToolingHoles

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

    RemoveTracesAndPadsByNetNames

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

    RemoveUnconnectedPads

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

    RemoveUnplacedComponents

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

    RemoveViaHoles

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

    RemoveViaKeepoutAreas

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

    Methods

    SetUserDefiniedFilters(string[])

    Declaration
    public void SetUserDefiniedFilters(string[] filters)
    Parameters
    Type Name Description
    string[] filters

    Implements

    System.Runtime.Remoting.Messaging.IMessageSink
    IComponentBuilder
    In this article
    Back to top Generated by DocFX