Class SimBCDisplay
Assembly: NXOpen.dll
Syntax
public class SimBCDisplay : TaggedObject, IMessageSink
Constructors
SimBCDisplay()
Declaration
Properties
DisplayMagnitudeProperty
Declaration
public string DisplayMagnitudeProperty { get; set; }
Property Value
DisplayMode
Declaration
public SimBCDisplay.Mode DisplayMode { get; set; }
Property Value
DistValueDisplayFlag
Declaration
public bool DistValueDisplayFlag { get; set; }
Property Value
DofDisplayFlag
Declaration
public bool DofDisplayFlag { get; set; }
Property Value
FreeFacesObjectsDisplayFlag
Declaration
public bool FreeFacesObjectsDisplayFlag { get; set; }
Property Value
GraphicSymbolDisplayFlag
Declaration
public bool GraphicSymbolDisplayFlag { get; set; }
Property Value
GraphicsThreshold
Declaration
public int GraphicsThreshold { get; set; }
Property Value
GraphicsThresholdFlag
Declaration
public bool GraphicsThresholdFlag { get; set; }
Property Value
HighlightTargets
Declaration
public bool HighlightTargets { get; set; }
Property Value
NameDisplayFlag
Declaration
public bool NameDisplayFlag { get; set; }
Property Value
NodeIdDisplayFlag
Declaration
public bool NodeIdDisplayFlag { get; set; }
Property Value
RotateDisplayTextFlag
Declaration
public bool RotateDisplayTextFlag { get; set; }
Property Value
Scale
Declaration
public int Scale { get; set; }
Property Value
ShadeGraphicSymbol
Declaration
public bool ShadeGraphicSymbol { get; set; }
Property Value
SolverCardNameDisplayFlag
Declaration
public bool SolverCardNameDisplayFlag { get; set; }
Property Value
TextSymbolDisplayFlag
Declaration
public bool TextSymbolDisplayFlag { get; set; }
Property Value
Translucency
Declaration
public int Translucency { get; set; }
Property Value
ValueDisplayFlag
Declaration
public bool ValueDisplayFlag { get; set; }
Property Value
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
GetSubColor(int)
Declaration
public int GetSubColor(int index)
Parameters
Type |
Name |
Description |
int |
index |
|
Returns
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
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