Search Results for

    Show / Hide Table of Contents

    Class SimBCDisplay

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObject
    SimBCDisplay
    Implements
    IMessageSink
    Inherited Members
    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 SimBCDisplay : TaggedObject, IMessageSink

    Constructors

    SimBCDisplay()

    Declaration
    protected SimBCDisplay()

    Properties

    DisplayMagnitudeProperty

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

    DisplayMode

    Declaration
    public SimBCDisplay.Mode DisplayMode { get; set; }
    Property Value
    Type Description
    SimBCDisplay.Mode

    DistValueDisplayFlag

    Declaration
    public bool DistValueDisplayFlag { get; set; }
    Property Value
    Type Description
    bool

    DofDisplayFlag

    Declaration
    public bool DofDisplayFlag { get; set; }
    Property Value
    Type Description
    bool

    FreeFacesObjectsDisplayFlag

    Declaration
    public bool FreeFacesObjectsDisplayFlag { get; set; }
    Property Value
    Type Description
    bool

    GraphicSymbolDisplayFlag

    Declaration
    public bool GraphicSymbolDisplayFlag { get; set; }
    Property Value
    Type Description
    bool

    GraphicsThreshold

    Declaration
    public int GraphicsThreshold { get; set; }
    Property Value
    Type Description
    int

    GraphicsThresholdFlag

    Declaration
    public bool GraphicsThresholdFlag { get; set; }
    Property Value
    Type Description
    bool

    HighlightTargets

    Declaration
    public bool HighlightTargets { get; set; }
    Property Value
    Type Description
    bool

    NameDisplayFlag

    Declaration
    public bool NameDisplayFlag { get; set; }
    Property Value
    Type Description
    bool

    NodeIdDisplayFlag

    Declaration
    public bool NodeIdDisplayFlag { get; set; }
    Property Value
    Type Description
    bool

    RotateDisplayTextFlag

    Declaration
    public bool RotateDisplayTextFlag { get; set; }
    Property Value
    Type Description
    bool

    Scale

    Declaration
    public int Scale { get; set; }
    Property Value
    Type Description
    int

    ShadeGraphicSymbol

    Declaration
    public bool ShadeGraphicSymbol { get; set; }
    Property Value
    Type Description
    bool

    SolverCardNameDisplayFlag

    Declaration
    public bool SolverCardNameDisplayFlag { get; set; }
    Property Value
    Type Description
    bool

    SpectrumColorsDisplayFlag

    Declaration
    public bool SpectrumColorsDisplayFlag { get; set; }
    Property Value
    Type Description
    bool

    TextSymbolDisplayFlag

    Declaration
    public bool TextSymbolDisplayFlag { get; set; }
    Property Value
    Type Description
    bool

    Translucency

    Declaration
    public int Translucency { get; set; }
    Property Value
    Type Description
    int

    ValueDisplayFlag

    Declaration
    public bool ValueDisplayFlag { get; set; }
    Property Value
    Type Description
    bool

    Methods

    GetDisplayGrid(out int, out int)

    Declaration
    public void GetDisplayGrid(out int numUPoints, out int numVPoints)
    Parameters
    Type Name Description
    int numUPoints
    int numVPoints

    GetDistributeType(int)

    Declaration
    public SimBCDisplay.Distribute GetDistributeType(int targetSetIndex)
    Parameters
    Type Name Description
    int targetSetIndex
    Returns
    Type Description
    SimBCDisplay.Distribute

    GetSubColor(int)

    Declaration
    public int GetSubColor(int index)
    Parameters
    Type Name Description
    int index
    Returns
    Type Description
    int

    SetDisplayGrid(int, int)

    Declaration
    public void SetDisplayGrid(int numUPoints, int numVPoints)
    Parameters
    Type Name Description
    int numUPoints
    int numVPoints

    SetDistributeType(int, Distribute)

    Declaration
    public void SetDistributeType(int targetSetIndex, SimBCDisplay.Distribute distribute)
    Parameters
    Type Name Description
    int targetSetIndex
    SimBCDisplay.Distribute distribute

    SetSubColor(int, int)

    Declaration
    public void SetSubColor(int index, int color)
    Parameters
    Type Name Description
    int index
    int color

    UpdateDisplay()

    Declaration
    public void UpdateDisplay()

    Implements

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