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

Represents visualization performance preferences that are applicable to the entire session. More...

Inheritance diagram for NXOpen.Preferences.SessionVisualizationPerformance:
NXOpen.Utilities.NXRemotableObject IMessageSink

Properties

unsafe bool RenderSolidsUsingStoredFacets [get, set]
 Returns or sets the rendering of solids using stored facets during interactive mode. More...
 
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.Utilities.NXRemotableObject
IMessageCtrl AsyncProcessMessage (IMessage msg, IMessageSink replySink)
 Asynchronously processes the given message. More...
 
IMessage SyncProcessMessage (IMessage msg)
 Synchronously processes the given message. More...
 
- Protected Member Functions inherited from NXOpen.Utilities.NXRemotableObject
void initialize ()
 <exclude> More...
 

Detailed Description

Represents visualization performance preferences that are applicable to the entire session.

To obtain an instance of this class, refer to NXOpen.Preferences.SessionPreferences

Created in NX11.0.0

Property Documentation

unsafe bool NXOpen.Preferences.SessionVisualizationPerformance.RenderSolidsUsingStoredFacets
getset

Returns or sets the rendering of solids using stored facets during interactive mode.

When a solid is rendered in non-lightweight mode, this preference can be enabled to use facets stored in the part if valid facets exist for the solid, even if those facets do not meet the current rendering parameters. This improves performance of certain shaded displays by avoiding need to tessellate the solid, though the visual quality may be impacted. E.g. when this preference is enabled, smooth edge settings (e.g. see use of NXOpen.Preferences.ViewVisualizationVisual.SmoothEdgeWidth ) are implicitly ignored to improve the performance.

This setting is ignored by NXOpen.ViewCollection.UpdateDisplay .

The display is not immediately regenerated when this setting is changed. Use NXOpen.ViewCollection.Regenerate to update display.

Created in NX11.0.0

License requirements to get this property: None.

License requirements to set this property: None.

Tag NXOpen.Preferences.SessionVisualizationPerformance.Tag
get

Returns the tag of this object.


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