Search Results for

    Show / Hide Table of Contents

    Class BCSelectionDisplayBuilder

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    BCSelectionDisplayBuilder
    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.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
    System.Boolean

    UnspecifiedColor

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

    UseUnspecified

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

    Methods

    AddToSelectedBCsList(SimBC[])

    Declaration
    public void AddToSelectedBCsList(SimBC[] bcs)
    Parameters
    Type Name Description
    SimBC[] bcs

    AskBCsByFilter(Boolean, Boolean, Boolean, String, out SimBC[])

    Declaration
    public void AskBCsByFilter(bool loadFilter, bool constraintFilter, bool simObjFilter, string familyFilterNames, out SimBC[] bcs)
    Parameters
    Type Name Description
    System.Boolean loadFilter
    System.Boolean constraintFilter
    System.Boolean simObjFilter
    System.String familyFilterNames
    SimBC[] bcs

    AskFamilyNamesByFilter(Boolean, Boolean, Boolean)

    Declaration
    public string[] AskFamilyNamesByFilter(bool loadFilter, bool constraintFilter, bool simObjFilter)
    Parameters
    Type Name Description
    System.Boolean loadFilter
    System.Boolean constraintFilter
    System.Boolean simObjFilter
    Returns
    Type Description
    System.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