NXOpen .NET Reference Guide  1899
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
Properties | List of all members
NXOpen.Display.Scene Class Reference

Represents a NXOpen.Display.Scene A scene is comprised of background, stage, reflection, lights and image-based lighting subobjects. More...

Inheritance diagram for NXOpen.Display.Scene:
NXOpen.Builder NXOpen.TaggedObject NXOpen.GeometricUtilities.IComponentBuilder NXOpen.Utilities.NXRemotableObject IMessageSink

Properties

unsafe NXOpen.Display.Background Background [get]
 Returns the background - use to define how background pixels are displayed More...
 
unsafe
NXOpen.Display.EnvironmentBuilder 
EnvironmentBuilder [get]
 Returns the environment_builder - use to define the environment More...
 
unsafe
NXOpen.Display.ImageBasedLighting 
ImageBasedLighting [get]
 Returns the image-based lighting - optionally use to by-pass lights with image-based lighting, where lighting effects are derived from a given image file More...
 
unsafe NXOpen.Display.Lighting Lighting [get]
 Returns the lights - use to define light settings for the given lights More...
 
unsafe NXOpen.Display.Reflection Reflection [get]
 Returns the reflection - use to define what will be reflected in shiny objects More...
 
unsafe NXOpen.Display.Stage Stage [get]
 Returns the stage - use to optionally define a box that can have between one and six visible "walls" More...
 
- Properties inherited from NXOpen.Builder
unsafe NXOpen.PreviewBuilder PreviewBuilder [get]
 Returns the preview builder subobject. More...
 
- Properties inherited from NXOpen.TaggedObject
Tag Tag [get]
 Returns the tag of this object. More...
 
- Properties inherited from NXOpen.Utilities.NXRemotableObject
IMessageSink NextSink [get]
 Gets the next message sink in the sink chain. More...
 

Additional Inherited Members

- Public Member Functions inherited from NXOpen.Builder
unsafe NXOpen.NXObject Commit ()
 Commits any edits that have been applied to the builder. More...
 
unsafe void Destroy ()
 Deletes the builder, and cleans up any objects created by the builder. More...
 
unsafe NXOpen.NXObject[] GetCommittedObjects ()
 For builders that create more than one object, this method returns the objects that are created by commit. More...
 
unsafe NXOpen.NXObject GetObject ()
 Returns the object currently being edited by this builder. More...
 
unsafe void ShowResults ()
 Updates the model to reflect the result of an edit to the model for all builders that support showing results. More...
 
unsafe bool Validate ()
 Validate whether the inputs to the component are sufficient for commit to be called. More...
 
- Protected Member Functions inherited from NXOpen.TaggedObject
new void initialize ()
 <exclude> More...
 

Detailed Description

Represents a NXOpen.Display.Scene A scene is comprised of background, stage, reflection, lights and image-based lighting subobjects.

You optionally specify a scene for display in Studio rendering style and High Quality Images.

This class is restricted to being called from a program running during an Interactive NX session. If run from a non-interactive session it will return a null reference (Nothing in Visual Basic).

To create a new instance of this class, use NXOpen.ViewCollection.CreateScene

Created in NX5.0.0

Property Documentation

unsafe NXOpen.Display.Background NXOpen.Display.Scene.Background
get

Returns the background - use to define how background pixels are displayed

Created in NX5.0.0

License requirements: None.

unsafe NXOpen.Display.EnvironmentBuilder NXOpen.Display.Scene.EnvironmentBuilder
get

Returns the environment_builder - use to define the environment

Created in NX10.0.2

License requirements: None.

unsafe NXOpen.Display.ImageBasedLighting NXOpen.Display.Scene.ImageBasedLighting
get

Returns the image-based lighting - optionally use to by-pass lights with image-based lighting, where lighting effects are derived from a given image file

Created in NX5.0.0

License requirements: None.

unsafe NXOpen.Display.Lighting NXOpen.Display.Scene.Lighting
get

Returns the lights - use to define light settings for the given lights

Created in NX5.0.0

License requirements: None.

unsafe NXOpen.Display.Reflection NXOpen.Display.Scene.Reflection
get

Returns the reflection - use to define what will be reflected in shiny objects

Created in NX5.0.0

License requirements: None.

unsafe NXOpen.Display.Stage NXOpen.Display.Scene.Stage
get

Returns the stage - use to optionally define a box that can have between one and six visible "walls"

Created in NX5.0.0

License requirements: None.


The documentation for this class was generated from the following file:
Copyright 2019 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.