Search Results for

    Show / Hide Table of Contents

    Class SimBcPlotContoursBuilder

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

    Constructors

    SimBcPlotContoursBuilder()

    Declaration
    protected SimBcPlotContoursBuilder()

    Properties

    PropertyIndexToPlot

    Declaration
    [Obsolete("Deprecated in NX9.0.0.  There is no replacement for this method.")]
    public int PropertyIndexToPlot { get; set; }
    Property Value
    Type Description
    int

    PropertyNameToPlot

    Declaration
    public string PropertyNameToPlot { get; set; }
    Property Value
    Type Description
    string

    ResolveOverlap

    Declaration
    public SimBcPlotContoursBuilder.ResolveOverlapType ResolveOverlap { get; set; }
    Property Value
    Type Description
    SimBcPlotContoursBuilder.ResolveOverlapType

    ResolveOverlapValue

    Declaration
    public double ResolveOverlapValue { get; set; }
    Property Value
    Type Description
    double

    ResolveOverlapValueUnit

    Declaration
    public Unit ResolveOverlapValueUnit { get; set; }
    Property Value
    Type Description
    Unit

    Methods

    CreatePlotObject()

    Declaration
    public NxBcPlotContours CreatePlotObject()
    Returns
    Type Description
    NxBcPlotContours

    CreateResult()

    Declaration
    public Result CreateResult()
    Returns
    Type Description
    Result

    GetAvailableBcsToPlot()

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

    GetAvailablePropertyNamesAndIndicesToPlot(SimBC, out int[], out string[])

    Declaration
    [Obsolete("Deprecated in NX9.0.0.  There is no replacement for this method.")]
    public void GetAvailablePropertyNamesAndIndicesToPlot(SimBC tBc, out int[] pPropIndices, out string[] pPropNames)
    Parameters
    Type Name Description
    SimBC tBc
    int[] pPropIndices
    string[] pPropNames

    GetAvailablePropertyNamesToPlot(SimBC)

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

    GetPlotType()

    Declaration
    public SimBcPlotContoursBuilder.PlotType GetPlotType()
    Returns
    Type Description
    SimBcPlotContoursBuilder.PlotType

    SetAnimationPoints(double, Unit, double, Unit, int)

    Declaration
    public void SetAnimationPoints(double startValue, Unit startUnit, double endValue, Unit endUnit, int numFrames)
    Parameters
    Type Name Description
    double startValue
    Unit startUnit
    double endValue
    Unit endUnit
    int numFrames

    SetAnimationValues(double, Unit, double, Unit, string, int)

    Declaration
    public void SetAnimationValues(double startValue, Unit startUnit, double endValue, Unit endUnit, string varName, int numFrames)
    Parameters
    Type Name Description
    double startValue
    Unit startUnit
    double endValue
    Unit endUnit
    string varName
    int numFrames

    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

    SetEvaluationPoints(double[], Unit[])

    Declaration
    public void SetEvaluationPoints(double[] values, Unit[] units)
    Parameters
    Type Name Description
    double[] values
    Unit[] units

    SetEvaluationValues(double[], string[], Unit[])

    Declaration
    public void SetEvaluationValues(double[] values, string[] varNames, Unit[] units)
    Parameters
    Type Name Description
    double[] values
    string[] varNames
    Unit[] units

    SetPlotType(PlotType)

    Declaration
    public void SetPlotType(SimBcPlotContoursBuilder.PlotType plotType)
    Parameters
    Type Name Description
    SimBcPlotContoursBuilder.PlotType plotType

    Implements

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