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

Represents a MovieManager class. More...

Inheritance diagram for NXOpen.MovieManager:
NXOpen.Utilities.NXRemotableObject IMessageSink

Public Member Functions

unsafe void CaptureFrame ()
 Use this method to capture a frame at a specified point. More...
 
unsafe NXOpen.MovieSettingsBuilder CreateMovieSettingsBuilder ()
 Creates a MovieSettingsBuilder More...
 
unsafe void End ()
 Stops movie recording More...
 
unsafe void Pause ()
 Pauses movie recording More...
 
unsafe void Resume ()
 Resumes movie recording More...
 
unsafe void SetPlaybackSpeed (int fps)
 Sets the movie playback speed. More...
 
unsafe void Start (string filename, bool userFrames)
 Starts movie recording 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...
 

Properties

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

- Protected Member Functions inherited from NXOpen.Utilities.NXRemotableObject
void initialize ()
 <exclude> More...
 

Detailed Description

Represents a MovieManager class.

This class is used for recording movies.

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

Created in NX6.0.0

Member Function Documentation

unsafe void NXOpen.MovieManager.CaptureFrame ( )
inline

Use this method to capture a frame at a specified point.

This is used when the movie recording was started with true as the second parameter of MovieManager.Start

Created in NX6.0.0

License requirements: None.

unsafe NXOpen.MovieSettingsBuilder NXOpen.MovieManager.CreateMovieSettingsBuilder ( )
inline

Creates a MovieSettingsBuilder

Created in NX6.0.0

License requirements: None.

Returns
unsafe void NXOpen.MovieManager.End ( )
inline

Stops movie recording

Created in NX6.0.0

License requirements: None.

unsafe void NXOpen.MovieManager.Pause ( )
inline

Pauses movie recording

Created in NX6.0.0

License requirements: None.

unsafe void NXOpen.MovieManager.Resume ( )
inline

Resumes movie recording

Created in NX6.0.0

License requirements: None.

unsafe void NXOpen.MovieManager.SetPlaybackSpeed ( int  fps)
inline

Sets the movie playback speed.

Movie may not play appropriately at a very high rate (few hundreds). In such cases a lower value could be set. Recommendation is to use a value less than 100 fps.

Created in NX8.0.0

License requirements: None.

Parameters
fpsSpecifies the playback speed of the movie in frames per second.
unsafe void NXOpen.MovieManager.Start ( string  filename,
bool  userFrames 
)
inline

Starts movie recording

Created in NX6.0.0

License requirements: None.

Parameters
filenameFilename of the movie to be createed
userFramesIf true, user will provide frames through MovieManager.CaptureFrame . If false, system generates frames

Property Documentation

Tag NXOpen.MovieManager.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.