Search Results for

    Show / Hide Table of Contents

    Class Plot

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObject
    NXObject
    BaseModel
    Plot
    BarChartPlot
    CampbellPlot
    ColorBarPlot
    ColorMapPlot
    MatrixPlot2D
    Plot2D
    Plot3D
    StackedPlot
    Implements
    IMessageSink
    INXObject
    IDisplayableModel
    Inherited Members
    BaseModel.UpdateDisplay()
    BaseModel.StyleSetting
    NXObject.SetUserAttribute(NXObject.AttributeInformation, Update.Option)
    NXObject.SetUserAttribute(string, int, int, Update.Option)
    NXObject.SetUserAttribute(string, int, double, Update.Option)
    NXObject.SetUserAttribute(string, int, string, Update.Option)
    NXObject.SetUserAttribute(string, int, Update.Option)
    NXObject.SetTimeUserAttribute(string, int, string, Update.Option)
    NXObject.SetTimeUserAttribute(string, int, NXObject.ComputationalTime, Update.Option)
    NXObject.SetBooleanUserAttribute(string, int, bool, Update.Option)
    NXObject.CreateAttributeIterator()
    NXObject.HasUserAttribute(AttributeIterator)
    NXObject.HasUserAttribute(string, NXObject.AttributeType, int)
    NXObject.GetUserAttributeCount(AttributeIterator)
    NXObject.GetUserAttributeCount(AttributeIterator, bool)
    NXObject.GetUserAttributeCount(NXObject.AttributeType)
    NXObject.GetUserAttributeCount(NXObject.AttributeType, bool, bool)
    NXObject.GetUserAttributeSize(string, NXObject.AttributeType)
    NXObject.GetNextUserAttribute(AttributeIterator, out NXObject.AttributeInformation)
    NXObject.GetUserAttribute(string, NXObject.AttributeType, int)
    NXObject.GetBooleanUserAttribute(string, int)
    NXObject.GetIntegerUserAttribute(string, int)
    NXObject.GetRealUserAttribute(string, int)
    NXObject.GetStringUserAttribute(string, int)
    NXObject.GetTimeUserAttribute(string, int)
    NXObject.GetComputationalTimeUserAttribute(string, int)
    NXObject.GetUserAttributes(AttributeIterator)
    NXObject.GetUserAttributes()
    NXObject.GetUserAttributes(bool)
    NXObject.GetUserAttributeAsString(string, NXObject.AttributeType, int)
    NXObject.DeleteUserAttributes(AttributeIterator, Update.Option)
    NXObject.DeleteUserAttribute(NXObject.AttributeType, string, bool, Update.Option)
    NXObject.DeleteUserAttributes(NXObject.AttributeType, Update.Option)
    NXObject.SetUserAttributeLock(string, NXObject.AttributeType, bool)
    NXObject.GetUserAttributeLock(string, NXObject.AttributeType)
    NXObject.GetUserAttributeSourceObjects()
    NXObject.SetPdmReferenceAttribute(string, string)
    NXObject.GetPdmReferenceAttributeValue(string)
    NXObject.GetUserAttribute(string, bool, bool, NXObject.AttributeType)
    NXObject.GetUserAttributes(bool, bool)
    NXObject.DeleteAllAttributesByType(NXObject.AttributeType)
    NXObject.DeleteAllAttributesByType(NXObject.AttributeType, Update.Option)
    NXObject.SetAttribute(string, int)
    NXObject.SetAttribute(string, int, Update.Option)
    NXObject.SetAttribute(string, double)
    NXObject.SetAttribute(string, double, Update.Option)
    NXObject.SetAttribute(string, string)
    NXObject.SetAttribute(string, string, Update.Option)
    NXObject.SetAttribute(string)
    NXObject.SetAttribute(string, Update.Option)
    NXObject.SetTimeAttribute(string, string)
    NXObject.SetTimeAttribute(string, string, Update.Option)
    NXObject.GetIntegerAttribute(string)
    NXObject.GetRealAttribute(string)
    NXObject.GetStringAttribute(string)
    NXObject.GetTimeAttribute(NXObject.DateAndTimeFormat, string)
    NXObject.GetReferenceAttribute(string)
    NXObject.DeleteAttributeByTypeAndTitle(NXObject.AttributeType, string)
    NXObject.DeleteAttributeByTypeAndTitle(NXObject.AttributeType, string, Update.Option)
    NXObject.SetReferenceAttribute(string, string)
    NXObject.SetReferenceAttribute(string, string, Update.Option)
    NXObject.GetAttributeTitlesByType(NXObject.AttributeType)
    NXObject.GetUserAttributesAsStrings()
    NXObject.FindObject(string)
    NXObject.Print()
    NXObject.SetName(string)
    NXObject.IsOccurrence
    NXObject.JournalIdentifier
    NXObject.Name
    NXObject.OwningComponent
    NXObject.OwningPart
    NXObject.Prototype
    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.Xyplot
    Assembly: NXOpen.dll
    Syntax
    public class Plot : BaseModel, IMessageSink, INXObject, IDisplayableModel

    Constructors

    Plot()

    Declaration
    protected Plot()

    Properties

    PlotTemplate

    Declaration
    public PlotGraphTemplate PlotTemplate { get; }
    Property Value
    Type Description
    PlotGraphTemplate

    SubGraphCountInStack

    Declaration
    public int SubGraphCountInStack { get; }
    Property Value
    Type Description
    int

    Methods

    CommitRecordsChange()

    Declaration
    public void CommitRecordsChange()

    CreateNote(string[], Point2d)

    Declaration
    [Obsolete("Deprecated in NX2206.0.0.  Use NXOpen.CAE.Xyplot.Plot.CreateNoteWithTextBoxCorner instead.")]
    public NoteModel CreateNote(string[] lines, Point2d textPosition)
    Parameters
    Type Name Description
    string[] lines
    Point2d textPosition
    Returns
    Type Description
    NoteModel

    CreateNoteWithTextBoxCorner(TextBoxCornerType, string[], Point2d)

    Declaration
    public NoteModel CreateNoteWithTextBoxCorner(TextBoxCornerType textBoxConerType, string[] lines, Point2d boxCornerPosition)
    Parameters
    Type Name Description
    TextBoxCornerType textBoxConerType
    string[] lines
    Point2d boxCornerPosition
    Returns
    Type Description
    NoteModel

    DeleteAllRecords()

    Declaration
    public void DeleteAllRecords()

    DeleteRecord(int)

    Declaration
    public void DeleteRecord(int recordIndex)
    Parameters
    Type Name Description
    int recordIndex

    FitView()

    Declaration
    public void FitView()

    GetApplicationDataOfRecord(int)

    Declaration
    public IApplicationData GetApplicationDataOfRecord(int recordIndex)
    Parameters
    Type Name Description
    int recordIndex
    Returns
    Type Description
    IApplicationData

    GetCalculationLegendTables()

    Declaration
    public LegendTable[] GetCalculationLegendTables()
    Returns
    Type Description
    LegendTable[]

    GetDeviceAndViewIndex(out int)

    Declaration
    public int GetDeviceAndViewIndex(out int viewIndex)
    Parameters
    Type Name Description
    int viewIndex
    Returns
    Type Description
    int

    GetGraphs(out Graph[])

    Declaration
    public void GetGraphs(out Graph[] graphs)
    Parameters
    Type Name Description
    Graph[] graphs

    GetLegendTables()

    Declaration
    public LegendTable[] GetLegendTables()
    Returns
    Type Description
    LegendTable[]

    GetModels(ModelType)

    Declaration
    public BasicModel[] GetModels(ModelType type)
    Parameters
    Type Name Description
    ModelType type
    Returns
    Type Description
    BasicModel[]

    GetNotes()

    Declaration
    public NoteModel[] GetNotes()
    Returns
    Type Description
    NoteModel[]

    GetPostEnvironmentSettings()

    Declaration
    public TaggedObject GetPostEnvironmentSettings()
    Returns
    Type Description
    TaggedObject

    GetRecordCount()

    Declaration
    public int GetRecordCount()
    Returns
    Type Description
    int

    GetRecordDisplayVisibility(int)

    Declaration
    public bool GetRecordDisplayVisibility(int recordIndex)
    Parameters
    Type Name Description
    int recordIndex
    Returns
    Type Description
    bool

    GetTitles()

    Declaration
    public BasicModel[] GetTitles()
    Returns
    Type Description
    BasicModel[]

    GetViewBoundingBox(out Point3d, out Point3d)

    Declaration
    public void GetViewBoundingBox(out Point3d leftBottom, out Point3d rightTop)
    Parameters
    Type Name Description
    Point3d leftBottom
    Point3d rightTop

    SaveRecords(int[], string[], string, bool)

    Declaration
    public void SaveRecords(int[] recordIndexes, string[] recordNames, string outputFileName, bool reportError)
    Parameters
    Type Name Description
    int[] recordIndexes
    string[] recordNames
    string outputFileName
    bool reportError

    SaveRecordsToCsv(int[], string[], string, bool)

    Declaration
    public void SaveRecordsToCsv(int[] recordIndex, string[] recordNames, string csvFileName, bool isWriteHeader)
    Parameters
    Type Name Description
    int[] recordIndex
    string[] recordNames
    string csvFileName
    bool isWriteHeader

    SetRecordDisplayVisibility(int, bool)

    Declaration
    public void SetRecordDisplayVisibility(int recordIndex, bool visibility)
    Parameters
    Type Name Description
    int recordIndex
    bool visibility

    WriteToTemplateFile(string)

    Declaration
    public string WriteToTemplateFile(string inputTemplateFile)
    Parameters
    Type Name Description
    string inputTemplateFile
    Returns
    Type Description
    string

    Implements

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