Class SimBCDisplay
Inheritance
System.Object
System.MarshalByRefObject
SimBCDisplay
Implements
System.Runtime.Remoting.Messaging.IMessageSink
Inherited Members
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)
Assembly: NXOpen.dll
Syntax
public class SimBCDisplay : TaggedObject, IMessageSink
Constructors
SimBCDisplay()
Declaration
Properties
DisplayMagnitudeProperty
Declaration
public string DisplayMagnitudeProperty { get; set; }
Property Value
Type |
Description |
System.String |
|
DisplayMode
Declaration
public SimBCDisplay.Mode DisplayMode { get; set; }
Property Value
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 |
|
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 |
|
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 |
|
SetDisplayGrid(Int32, Int32)
Declaration
public void SetDisplayGrid(int numUPoints, int numVPoints)
Parameters
Type |
Name |
Description |
System.Int32 |
numUPoints |
|
System.Int32 |
numVPoints |
|
UpdateDisplay()
Declaration
public void UpdateDisplay()
Implements
System.Runtime.Remoting.Messaging.IMessageSink