Search Results for

    Show / Hide Table of Contents

    Class SimBcXyPlotBuilder

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

    Constructors

    SimBcXyPlotBuilder()

    Declaration
    protected SimBcXyPlotBuilder()

    Properties

    MultipleMatches

    Declaration
    public SimBcXyPlotBuilder.ResolveMultipleMatches MultipleMatches { get; set; }
    Property Value
    Type Description
    SimBcXyPlotBuilder.ResolveMultipleMatches

    Methods

    GetAvailableBcsToPlot()

    Declaration
    public SimBC[] GetAvailableBcsToPlot()
    Returns
    Type Description
    SimBC[]

    GetAvailablePropertyNamesToPlot(SimBC)

    Declaration
    public string[] GetAvailablePropertyNamesToPlot(SimBC tBc)
    Parameters
    Type Name Description
    SimBC tBc
    Returns
    Type Description
    string[]

    Plot(int, int)

    Declaration
    public Plot Plot(int deviceIndex, int viewIndex)
    Parameters
    Type Name Description
    int deviceIndex
    int viewIndex
    Returns
    Type Description
    Plot

    SetBcsToPlot(SimBC[])

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

    SetBcsToPlot(SimBC[], string[])

    Declaration
    public void SetBcsToPlot(SimBC[] bcs, string[] propertyNames)
    Parameters
    Type Name Description
    SimBC[] bcs
    string[] propertyNames

    SetLocationElement(FEElement)

    Declaration
    public void SetLocationElement(FEElement element)
    Parameters
    Type Name Description
    FEElement element

    SetLocationElementEdge(FEElemEdge)

    Declaration
    public void SetLocationElementEdge(FEElemEdge elementEdge)
    Parameters
    Type Name Description
    FEElemEdge elementEdge

    SetLocationElementFace(FEElemFace)

    Declaration
    public void SetLocationElementFace(FEElemFace elementFace)
    Parameters
    Type Name Description
    FEElemFace elementFace

    SetLocationNode(FENode)

    Declaration
    public void SetLocationNode(FENode node)
    Parameters
    Type Name Description
    FENode node

    SetPropertyNameToPlot(string)

    Declaration
    public void SetPropertyNameToPlot(string pPropertyName)
    Parameters
    Type Name Description
    string pPropertyName

    Implements

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