NX Open C++ Reference Guide
Public Member Functions | List of all members
NXOpen::MovieManager Class Reference

Represents a MovieManager class. More...

Public Member Functions

void CaptureFrame ()
 Use this method to capture a frame at a specified point. More...
 
NXOpen::MovieSettingsBuilderCreateMovieSettingsBuilder ()
 Creates a MovieSettingsBuilder. More...
 
void End ()
 Stops movie recording
Created in NX6.0.0. More...
 
void Pause ()
 Pauses movie recording
Created in NX6.0.0. More...
 
void Resume ()
 Resumes movie recording
Created in NX6.0.0. More...
 
void SetPlaybackSpeed (int fps)
 Sets the movie playback speed. More...
 
void Start (const NXString &filename, bool userFrames)
 Starts movie recording
Created in NX6.0.0. More...
 
void Start (const char *filename, bool userFrames)
 Starts movie recording
Created in NX6.0.0. More...
 
tag_t Tag () const
 Returns the tag of this object. 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

void NXOpen::MovieManager::CaptureFrame ( )

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

NXOpen::MovieSettingsBuilder* NXOpen::MovieManager::CreateMovieSettingsBuilder ( )

Creates a MovieSettingsBuilder.

Returns

Created in NX6.0.0.

License requirements : None
void NXOpen::MovieManager::End ( )

Stops movie recording
Created in NX6.0.0.



License requirements : None

void NXOpen::MovieManager::Pause ( )

Pauses movie recording
Created in NX6.0.0.



License requirements : None

void NXOpen::MovieManager::Resume ( )

Resumes movie recording
Created in NX6.0.0.



License requirements : None

void NXOpen::MovieManager::SetPlaybackSpeed ( int  fps)

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.
void NXOpen::MovieManager::Start ( const NXString filename,
bool  userFrames 
)

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
void NXOpen::MovieManager::Start ( const char *  filename,
bool  userFrames 
)

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
tag_t NXOpen::MovieManager::Tag ( ) const

Returns the tag of this object.


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