Class BCSelectionDisplayBuilder
Inheritance
BCSelectionDisplayBuilder
Assembly: NXOpen.dll
Syntax
public class BCSelectionDisplayBuilder : Builder, IMessageSink, IComponentBuilder
Constructors
BCSelectionDisplayBuilder()
Declaration
protected BCSelectionDisplayBuilder()
Properties
ExcludesColor
Declaration
public NXColor ExcludesColor { get; set; }
Property Value
OverlappingColor
Declaration
public NXColor OverlappingColor { get; set; }
Property Value
ShowExcludes
Declaration
public bool ShowExcludes { get; set; }
Property Value
UnspecifiedColor
Declaration
public NXColor UnspecifiedColor { get; set; }
Property Value
UseUnspecified
Declaration
public bool UseUnspecified { get; set; }
Property Value
Methods
AddToSelectedBCsList(SimBC[])
Declaration
public void AddToSelectedBCsList(SimBC[] bcs)
Parameters
Type |
Name |
Description |
SimBC[] |
bcs |
|
AskBCsByFilter(bool, bool, bool, string, out SimBC[])
Declaration
public void AskBCsByFilter(bool loadFilter, bool constraintFilter, bool simObjFilter, string familyFilterNames, out SimBC[] bcs)
Parameters
AskFamilyNamesByFilter(bool, bool, bool)
Declaration
public string[] AskFamilyNamesByFilter(bool loadFilter, bool constraintFilter, bool simObjFilter)
Parameters
Type |
Name |
Description |
bool |
loadFilter |
|
bool |
constraintFilter |
|
bool |
simObjFilter |
|
Returns
AskOverlappingBCs(SimBC[], out SimBC[])
Declaration
public void AskOverlappingBCs(SimBC[] bcs, out SimBC[] overlappingBCs)
Parameters
Type |
Name |
Description |
SimBC[] |
bcs |
|
SimBC[] |
overlappingBCs |
|
AskSelectedBCsList(out SimBC[])
Declaration
public void AskSelectedBCsList(out SimBC[] bcs)
Parameters
Type |
Name |
Description |
SimBC[] |
bcs |
|
RemoveFromSelectedBCsList(SimBC[])
Declaration
public void RemoveFromSelectedBCsList(SimBC[] bcs)
Parameters
Type |
Name |
Description |
SimBC[] |
bcs |
|
Implements
System.Runtime.Remoting.Messaging.IMessageSink