Class Background
Inheritance
System.Object
System.MarshalByRefObject
Background
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 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
| Type |
Description |
| System.Int32 |
|
BackgroundShadedViewsType
Declaration
public int BackgroundShadedViewsType { get; set; }
Property Value
| Type |
Description |
| System.Int32 |
|
BackgroundType
Declaration
public Background.Type BackgroundType { get; set; }
Property Value
BackgroundWireframeViewsType
Declaration
public int BackgroundWireframeViewsType { get; set; }
Property Value
| Type |
Description |
| System.Int32 |
|
BackgroundWireframeViewsUsedShadedViewsSetting
Declaration
public bool BackgroundWireframeViewsUsedShadedViewsSetting { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
DomeImage
Declaration
public Image DomeImage { get; set; }
Property Value
DomeImageFilename
Declaration
public string DomeImageFilename { get; set; }
Property Value
| Type |
Description |
| System.String |
|
DomeOrigin
Declaration
public Point DomeOrigin { get; set; }
Property Value
DomeSize
Declaration
public double DomeSize { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
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
| Type |
Description |
| System.String |
|
ImageHorizon
Declaration
public double ImageHorizon { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
ImageRotation
Declaration
public double ImageRotation { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
ImageUpVector
Declaration
public Direction ImageUpVector { get; set; }
Property Value
UseStageSizeAndOrientation
Declaration
public bool UseStageSizeAndOrientation { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
Methods
GetBackgroundShadedViewsGraduatedBottom()
Declaration
public double[] GetBackgroundShadedViewsGraduatedBottom()
Returns
| Type |
Description |
| System.Double[] |
|
GetBackgroundShadedViewsGraduatedTop()
Declaration
public double[] GetBackgroundShadedViewsGraduatedTop()
Returns
| Type |
Description |
| System.Double[] |
|
GetBackgroundShadedViewsPlain()
Declaration
public double[] GetBackgroundShadedViewsPlain()
Returns
| Type |
Description |
| System.Double[] |
|
GetBackgroundWireframeViewsGraduatedBottom()
Declaration
public double[] GetBackgroundWireframeViewsGraduatedBottom()
Returns
| Type |
Description |
| System.Double[] |
|
GetBackgroundWireframeViewsGraduatedTop()
Declaration
public double[] GetBackgroundWireframeViewsGraduatedTop()
Returns
| Type |
Description |
| System.Double[] |
|
GetBackgroundWireframeViewsPlain()
Declaration
public double[] GetBackgroundWireframeViewsPlain()
Returns
| Type |
Description |
| System.Double[] |
|
GetBottomColor()
Declaration
public double[] GetBottomColor()
Returns
| Type |
Description |
| System.Double[] |
|
GetTopColor()
Declaration
public double[] GetTopColor()
Returns
| Type |
Description |
| System.Double[] |
|
ImageFileSelect()
Declaration
public void ImageFileSelect()
SetBackgroundShadedViewsGraduatedBottom(Double[])
Declaration
public void SetBackgroundShadedViewsGraduatedBottom(double[] bottomColor)
Parameters
| Type |
Name |
Description |
| System.Double[] |
bottomColor |
|
SetBackgroundShadedViewsGraduatedTop(Double[])
Declaration
public void SetBackgroundShadedViewsGraduatedTop(double[] topColor)
Parameters
| Type |
Name |
Description |
| System.Double[] |
topColor |
|
SetBackgroundShadedViewsPlain(Double[])
Declaration
public void SetBackgroundShadedViewsPlain(double[] plainColor)
Parameters
| Type |
Name |
Description |
| System.Double[] |
plainColor |
|
SetBackgroundWireframeViewsGraduatedBottom(Double[])
Declaration
public void SetBackgroundWireframeViewsGraduatedBottom(double[] bottomColor)
Parameters
| Type |
Name |
Description |
| System.Double[] |
bottomColor |
|
SetBackgroundWireframeViewsGraduatedTop(Double[])
Declaration
public void SetBackgroundWireframeViewsGraduatedTop(double[] topColor)
Parameters
| Type |
Name |
Description |
| System.Double[] |
topColor |
|
SetBackgroundWireframeViewsPlain(Double[])
Declaration
public void SetBackgroundWireframeViewsPlain(double[] plainColor)
Parameters
| Type |
Name |
Description |
| System.Double[] |
plainColor |
|
SetBottomColor(Double[])
Declaration
public void SetBottomColor(double[] bottomColor)
Parameters
| Type |
Name |
Description |
| System.Double[] |
bottomColor |
|
SetTopColor(Double[])
Declaration
public void SetTopColor(double[] topColor)
Parameters
| Type |
Name |
Description |
| System.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