Class Background
Assembly: NXOpen.dll
Syntax
public class Background : Builder, IMessageSink, IComponentBuilder
Constructors
Background()
Declaration
Properties
BackgroundCategory
Declaration
public Background.CategoryType BackgroundCategory { get; set; }
Property Value
BackgroundShadedViewsBackgroundImage
Declaration
public int BackgroundShadedViewsBackgroundImage { get; set; }
Property Value
BackgroundShadedViewsType
Declaration
public int BackgroundShadedViewsType { get; set; }
Property Value
BackgroundType
Declaration
public Background.Type BackgroundType { get; set; }
Property Value
BackgroundWireframeViewsType
Declaration
public int BackgroundWireframeViewsType { get; set; }
Property Value
BackgroundWireframeViewsUsedShadedViewsSetting
Declaration
public bool BackgroundWireframeViewsUsedShadedViewsSetting { get; set; }
Property Value
DomeImage
Declaration
public Image DomeImage { get; set; }
Property Value
DomeImageFilename
Declaration
public string DomeImageFilename { get; set; }
Property Value
DomeOrigin
Declaration
public Point DomeOrigin { get; set; }
Property Value
DomeSize
Declaration
public double DomeSize { get; set; }
Property Value
DomeType
Declaration
public Background.BackgroundDomeType DomeType { get; set; }
Property Value
Image
Declaration
public Image Image { get; set; }
Property Value
ImageFilename
Declaration
public string ImageFilename { get; set; }
Property Value
ImageHorizon
Declaration
public double ImageHorizon { get; set; }
Property Value
ImageRotation
Declaration
public double ImageRotation { get; set; }
Property Value
ImageUpVector
Declaration
public Direction ImageUpVector { get; set; }
Property Value
UseStageSizeAndOrientation
Declaration
public bool UseStageSizeAndOrientation { get; set; }
Property Value
Methods
GetBackgroundShadedViewsGraduatedBottom()
Declaration
public double[] GetBackgroundShadedViewsGraduatedBottom()
Returns
GetBackgroundShadedViewsGraduatedTop()
Declaration
public double[] GetBackgroundShadedViewsGraduatedTop()
Returns
GetBackgroundShadedViewsPlain()
Declaration
public double[] GetBackgroundShadedViewsPlain()
Returns
GetBackgroundWireframeViewsGraduatedBottom()
Declaration
public double[] GetBackgroundWireframeViewsGraduatedBottom()
Returns
GetBackgroundWireframeViewsGraduatedTop()
Declaration
public double[] GetBackgroundWireframeViewsGraduatedTop()
Returns
GetBackgroundWireframeViewsPlain()
Declaration
public double[] GetBackgroundWireframeViewsPlain()
Returns
GetBottomColor()
Declaration
public double[] GetBottomColor()
Returns
GetTopColor()
Declaration
public double[] GetTopColor()
Returns
ImageFileSelect()
Declaration
public void ImageFileSelect()
SetBackgroundShadedViewsGraduatedBottom(double[])
Declaration
public void SetBackgroundShadedViewsGraduatedBottom(double[] bottomColor)
Parameters
Type |
Name |
Description |
double[] |
bottomColor |
|
SetBackgroundShadedViewsGraduatedTop(double[])
Declaration
public void SetBackgroundShadedViewsGraduatedTop(double[] topColor)
Parameters
Type |
Name |
Description |
double[] |
topColor |
|
SetBackgroundShadedViewsPlain(double[])
Declaration
public void SetBackgroundShadedViewsPlain(double[] plainColor)
Parameters
Type |
Name |
Description |
double[] |
plainColor |
|
SetBackgroundWireframeViewsGraduatedBottom(double[])
Declaration
public void SetBackgroundWireframeViewsGraduatedBottom(double[] bottomColor)
Parameters
Type |
Name |
Description |
double[] |
bottomColor |
|
SetBackgroundWireframeViewsGraduatedTop(double[])
Declaration
public void SetBackgroundWireframeViewsGraduatedTop(double[] topColor)
Parameters
Type |
Name |
Description |
double[] |
topColor |
|
SetBackgroundWireframeViewsPlain(double[])
Declaration
public void SetBackgroundWireframeViewsPlain(double[] plainColor)
Parameters
Type |
Name |
Description |
double[] |
plainColor |
|
SetBottomColor(double[])
Declaration
public void SetBottomColor(double[] bottomColor)
Parameters
Type |
Name |
Description |
double[] |
bottomColor |
|
SetTopColor(double[])
Declaration
public void SetTopColor(double[] topColor)
Parameters
Type |
Name |
Description |
double[] |
topColor |
|
ShadedBackgroundOptionDark()
Declaration
public void ShadedBackgroundOptionDark()
ShadedBackgroundOptionDarkImage()
Declaration
public void ShadedBackgroundOptionDarkImage()
ShadedBackgroundOptionGraduatedDark()
Declaration
public void ShadedBackgroundOptionGraduatedDark()
ShadedBackgroundOptionGraduatedLight()
Declaration
public void ShadedBackgroundOptionGraduatedLight()
ShadedBackgroundOptionLight()
Declaration
public void ShadedBackgroundOptionLight()
ShadedBackgroundOptionLightImage()
Declaration
public void ShadedBackgroundOptionLightImage()
ShadedBackgroundOptionWhite()
Declaration
public void ShadedBackgroundOptionWhite()
WireframeBackgroundOptionDark()
Declaration
public void WireframeBackgroundOptionDark()
WireframeBackgroundOptionGraduatedDark()
Declaration
public void WireframeBackgroundOptionGraduatedDark()
WireframeBackgroundOptionGraduatedLight()
Declaration
public void WireframeBackgroundOptionGraduatedLight()
WireframeBackgroundOptionLight()
Declaration
public void WireframeBackgroundOptionLight()
WireframeBackgroundOptionWhite()
Declaration
public void WireframeBackgroundOptionWhite()
Implements
System.Runtime.Remoting.Messaging.IMessageSink