Class EntityFilterBuilder
Inheritance
System.Object
System.MarshalByRefObject
EntityFilterBuilder
Implements
System.Runtime.Remoting.Messaging.IMessageSink
Inherited Members
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)
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 |
System.Double |
|
ComponentMaxSize
Declaration
public double ComponentMaxSize { get; set; }
Property Value
Type |
Description |
System.Double |
|
ComponentMinHeight
Declaration
public double ComponentMinHeight { get; set; }
Property Value
Type |
Description |
System.Double |
|
ComponentMinSize
Declaration
public double ComponentMinSize { get; set; }
Property Value
Type |
Description |
System.Double |
|
HoleMaxDiameter
Declaration
public double HoleMaxDiameter { get; set; }
Property Value
Type |
Description |
System.Double |
|
HoleMaxSize
Declaration
public double HoleMaxSize { get; set; }
Property Value
Type |
Description |
System.Double |
|
HoleMinDiameter
Declaration
public double HoleMinDiameter { get; set; }
Property Value
Type |
Description |
System.Double |
|
HoleMinSize
Declaration
public double HoleMinSize { get; set; }
Property Value
Type |
Description |
System.Double |
|
LengthUnits
Declaration
public EntityFilterBuilder.LengthUnitsEnum LengthUnits { get; set; }
Property Value
RemoveBlindBuriedViaHoles
Declaration
public bool RemoveBlindBuriedViaHoles { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
RemoveComponentsWithHeight
Declaration
public bool RemoveComponentsWithHeight { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
RemoveComponentsWithSize
Declaration
public bool RemoveComponentsWithSize { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
RemoveEcadComponents
Declaration
public bool RemoveEcadComponents { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
RemoveHolesWithDiameter
Declaration
public bool RemoveHolesWithDiameter { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
RemoveHolesWithSize
Declaration
public bool RemoveHolesWithSize { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
RemoveMcadComponents
Declaration
public bool RemoveMcadComponents { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
RemoveMountingHoles
Declaration
public bool RemoveMountingHoles { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
RemoveOtherHoles
Declaration
public bool RemoveOtherHoles { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
RemoveOtherKeepoutAreas
Declaration
public bool RemoveOtherKeepoutAreas { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
RemovePinHoles
Declaration
public bool RemovePinHoles { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
RemovePlacedComponents
Declaration
public bool RemovePlacedComponents { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
RemovePlacementGroupKeepinAreas
Declaration
public bool RemovePlacementGroupKeepinAreas { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
RemovePlacementKeepinAreas
Declaration
public bool RemovePlacementKeepinAreas { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
RemovePlacementKeepoutAreas
Declaration
public bool RemovePlacementKeepoutAreas { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
RemoveRoutingKeepinAreas
Declaration
public bool RemoveRoutingKeepinAreas { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
RemoveRoutingKeepoutAreas
Declaration
public bool RemoveRoutingKeepoutAreas { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public bool RemoveToolingHoles { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
RemoveUnplacedComponents
Declaration
public bool RemoveUnplacedComponents { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
RemoveViaHoles
Declaration
public bool RemoveViaHoles { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
RemoveViaKeepoutAreas
Declaration
public bool RemoveViaKeepoutAreas { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Methods
SetUserDefiniedFilters(String[])
Declaration
public void SetUserDefiniedFilters(string[] filters)
Parameters
Type |
Name |
Description |
System.String[] |
filters |
|
Implements
System.Runtime.Remoting.Messaging.IMessageSink