NXOpen .NET Reference  12.0.0
Public Member Functions | Properties | List of all members
NXOpen.MovieManager Class Reference

Represents a MovieManager class. More...

Inheritance diagram for NXOpen.MovieManager:

Public Member Functions

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

Properties

Tag Tag [get]
 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

unsafe 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.

unsafe NXOpen.MovieSettingsBuilder NXOpen.MovieManager.CreateMovieSettingsBuilder ( )

Creates a MovieSettingsBuilder

Created in NX6.0.0

License requirements: None.

Returns
unsafe void NXOpen.MovieManager.End ( )

Stops movie recording

Created in NX6.0.0

License requirements: None.

unsafe void NXOpen.MovieManager.Pause ( )

Pauses movie recording

Created in NX6.0.0

License requirements: None.

unsafe void NXOpen.MovieManager.Resume ( )

Resumes movie recording

Created in NX6.0.0

License requirements: None.

unsafe 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.
unsafe void NXOpen.MovieManager.Start ( string  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

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 2017 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.