Search Results for

    Show / Hide Table of Contents

    Class SimBcXyPlotBuilder

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    SimBcXyPlotBuilder
    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 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
    System.String[]

    Plot(Int32, Int32)

    Declaration
    public Plot Plot(int deviceIndex, int viewIndex)
    Parameters
    Type Name Description
    System.Int32 deviceIndex
    System.Int32 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
    System.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
    System.String pPropertyName

    Implements

    System.Runtime.Remoting.Messaging.IMessageSink
    IComponentBuilder
    In This Article
    Back to top Generated by DocFX