Search Results for

    Show / Hide Table of Contents

    Class SimBCDisplay

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    SimBCDisplay
    Implements
    System.Runtime.Remoting.Messaging.IMessageSink
    Inherited Members
    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 SimBCDisplay : TaggedObject, IMessageSink

    Constructors

    SimBCDisplay()

    Declaration
    protected SimBCDisplay()

    Properties

    DisplayMagnitudeProperty

    Declaration
    public string DisplayMagnitudeProperty { get; set; }
    Property Value
    Type Description
    System.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
    System.Boolean

    DofDisplayFlag

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

    FreeFacesObjectsDisplayFlag

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

    GraphicsThreshold

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

    GraphicsThresholdFlag

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

    GraphicSymbolDisplayFlag

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

    HighlightTargets

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

    NameDisplayFlag

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

    NodeIdDisplayFlag

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

    RotateDisplayTextFlag

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

    Scale

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

    ShadeGraphicSymbol

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

    SolverCardNameDisplayFlag

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

    SpectrumColorsDisplayFlag

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

    TextSymbolDisplayFlag

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

    Translucency

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

    ValueDisplayFlag

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

    Methods

    GetDisplayGrid(out Int32, out Int32)

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

    GetDistributeType(Int32)

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

    GetSubColor(Int32)

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

    SetDisplayGrid(Int32, Int32)

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

    SetDistributeType(Int32, SimBCDisplay.Distribute)

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

    SetSubColor(Int32, Int32)

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

    UpdateDisplay()

    Declaration
    public void UpdateDisplay()

    Implements

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