NXOpen .NET Reference Guide  1899
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
Public Member Functions | List of all members
NXOpen.CAE.ViewportSynchronizationOptions Class Reference

This class represents a NXOpen.CAE.ViewportSynchronizationOptions . More...

Inheritance diagram for NXOpen.CAE.ViewportSynchronizationOptions:
NXOpen.TaggedObject NXOpen.Utilities.NXRemotableObject IMessageSink

Public Member Functions

unsafe void ConnectViewport (int viewportIndex)
 The given viewport will now react to selections in other viewports. More...
 
unsafe void Destroy ()
 Delete the NXOpen.CAE.ViewportSynchronizationOptions . More...
 
unsafe void DisconnectAllViewports ()
 Disconnects all viewports. More...
 
unsafe void DisconnectViewport (int viewportIndex)
 The given viewport stops reacting to selections in other viewports. More...
 
unsafe bool IsStackSelectionSynchronized (int viewportIndex)
 See CAE.ViewportSynchronizationOptions.SetSynchronizedStackSelection . More...
 
unsafe bool IsViewportConnected (int viewportIndex)
 Checks if a viewport reacts to selections in other viewports. More...
 
unsafe void SetSynchronizedStackSelection (int viewportIndex, bool synchronize)
 Synchronizes the selection of a stack of CAE.PostScenario objects. More...
 
- Public Member Functions inherited from NXOpen.TaggedObject
void PrintTestData (String variableName)
 <exclude> More...
 
void PrintTestData (String variableName, int lineNumber)
 <exclude> More...
 
override string ToString ()
 Returns a String that represents the current Object. More...
 
- 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...
 

Additional Inherited Members

- Protected Member Functions inherited from NXOpen.TaggedObject
new void initialize ()
 <exclude> More...
 
- Properties inherited from NXOpen.TaggedObject
Tag Tag [get]
 Returns the tag of this object. More...
 

Detailed Description

This class represents a NXOpen.CAE.ViewportSynchronizationOptions .

These options synchronize selections and probes across the selected viewports.

No support for KF.

Created in NX12.0.0

Member Function Documentation

unsafe void NXOpen.CAE.ViewportSynchronizationOptions.ConnectViewport ( int  viewportIndex)
inline

The given viewport will now react to selections in other viewports.

Created in NX12.0.0

License requirements: None.

Parameters
viewportIndex
unsafe void NXOpen.CAE.ViewportSynchronizationOptions.Destroy ( )
inline

Delete the NXOpen.CAE.ViewportSynchronizationOptions .

Created in NX12.0.0

License requirements: None.

unsafe void NXOpen.CAE.ViewportSynchronizationOptions.DisconnectAllViewports ( )
inline

Disconnects all viewports.

Created in NX12.0.0

License requirements: None.

unsafe void NXOpen.CAE.ViewportSynchronizationOptions.DisconnectViewport ( int  viewportIndex)
inline

The given viewport stops reacting to selections in other viewports.

Created in NX12.0.0

License requirements: None.

Parameters
viewportIndex
unsafe bool NXOpen.CAE.ViewportSynchronizationOptions.IsStackSelectionSynchronized ( int  viewportIndex)
inline

See CAE.ViewportSynchronizationOptions.SetSynchronizedStackSelection .

Created in NX1847.0.0

License requirements: None.

Parameters
viewportIndex
Returns
unsafe bool NXOpen.CAE.ViewportSynchronizationOptions.IsViewportConnected ( int  viewportIndex)
inline

Checks if a viewport reacts to selections in other viewports.

Created in NX12.0.0

License requirements: None.

Parameters
viewportIndex
Returns
unsafe void NXOpen.CAE.ViewportSynchronizationOptions.SetSynchronizedStackSelection ( int  viewportIndex,
bool  synchronize 
)
inline

Synchronizes the selection of a stack of CAE.PostScenario objects.

If a stack is synchronized, binding values to a CAE.PostScenarioVariable will bind those same values to all scenarios in that stack that have that variable.

Created in NX1847.0.0

License requirements: None.

Parameters
viewportIndex
synchronize

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