Search Results for

    Show / Hide Table of Contents

    Class SimBcPlotContoursBuilder

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

    PropertyNameToPlot

    Declaration
    public string PropertyNameToPlot { get; set; }
    Property Value
    Type Description
    System.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
    System.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 Int32[], 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
    System.Int32[] pPropIndices
    System.String[] pPropNames

    GetAvailablePropertyNamesToPlot(SimBC)

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

    GetPlotType()

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

    SetAnimationPoints(Double, Unit, Double, Unit, Int32)

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

    SetAnimationValues(Double, Unit, Double, Unit, String, Int32)

    Declaration
    public void SetAnimationValues(double startValue, Unit startUnit, double endValue, Unit endUnit, string varName, int numFrames)
    Parameters
    Type Name Description
    System.Double startValue
    Unit startUnit
    System.Double endValue
    Unit endUnit
    System.String varName
    System.Int32 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
    System.String[] propertyNames

    SetEvaluationPoints(Double[], Unit[])

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

    SetEvaluationValues(Double[], String[], Unit[])

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

    SetPlotType(SimBcPlotContoursBuilder.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