Search Results for

    Show / Hide Table of Contents

    Class BCSelectionDisplayBuilder

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    BCSelectionDisplayBuilder
    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.CAE
    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
    Type Description
    NXColor

    OverlappingColor

    Declaration
    public NXColor OverlappingColor { get; set; }
    Property Value
    Type Description
    NXColor

    ShowExcludes

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

    UnspecifiedColor

    Declaration
    public NXColor UnspecifiedColor { get; set; }
    Property Value
    Type Description
    NXColor

    UseUnspecified

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

    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
    Type Name Description
    bool loadFilter
    bool constraintFilter
    bool simObjFilter
    string familyFilterNames
    SimBC[] bcs

    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
    Type Description
    string[]

    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
    IComponentBuilder
    In this article
    Back to top Generated by DocFX