Interface for 3D Graphics window data display
element.
AddToAllWindows | Method to add the data display to all 3D windows. |
AddToWindow | Method to add the data display to a 3D window. |
IsDisplayedInWindow | Opt whether to show the data display in the selected location. |
RemoveFromWindow | Method to remove the data display from a 3D window. |
AvailableWindows | Get the available 3D windows for the data display. |
BackgroundBorderColor | The color of the border surrounding the data display background. |
BackgroundTextureFilename | The filename of the background texture. |
BackgroundTranslucency | The translucency of the background between 0 and 1 inclusive. |
BgColor | The color of the data display background. |
BgHeight | The height of the data display background. Dimensionless. |
BgWidth | The width of the data display background. Dimensionless. |
FontColor | Font color of the data display. |
FontSize | Font size of the data display. |
Format | Font format of the data display. |
IsShowNameEnabled | Opt whether to show an objects name in the data display title. |
IsVisible | Opt whether to show the data display element. |
Location | The location where the data display is to appear: 3D window, data display area, or offset from the selected object. |
Name | Name of data display element. |
Title | Opt whether to show the title of the data display. |
TitleText | The title of the data display. |
TransparentBg | Opt whether to make the background transparent. |
UseAutoSizeHeight | Opt whether to allow automatic resizing of data display height. |
UseAutoSizeWidth | Opt whether to allow automatic resizing of data display width. |
UseBackground | Opt whether to use a background with the data display. |
UseBackgroundBorder | Opt whether to use a background border with the data display. |
UseBackgroundTexture | Opt whether to use a background texture with the data display. |
X | Amount of X offset from the origin. Dimensionless. |
XOrigin | The horizontal point of origin for the marker (left, center or right). |
Y | Amount of Y offset from the origin. Dimensionless. |
YOrigin | The vertical point of origin for the marker (top, center or bottom.) |
Configure 3D data
display
[C#] | Copy Code | |
---|---|---|
|
Delay graphics
updates while manipulating properties of an object
[C#] | Copy Code | |
---|---|---|
|
Configure 3D data
display
[Visual Basic .NET] | Copy Code | |
---|---|---|
|
Delay graphics
updates while manipulating properties of an object
[Visual Basic .NET] | Copy Code | |
---|---|---|
|
Add a Data
Display to the 3D Window
[MATLAB] | Copy Code | |
---|---|---|
|