mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-14 13:30:48 +03:00
// implemented start and end time code
This commit is contained in:
@@ -64,6 +64,18 @@ public:
|
||||
//!
|
||||
Standard_EXPORT void SetGlobalFPS(const double theFPS) const;
|
||||
|
||||
//!
|
||||
Standard_EXPORT bool GetStartTimeCode(double& theCode) const;
|
||||
|
||||
//!
|
||||
Standard_EXPORT void SetStartTimeCode(const double theCode) const;
|
||||
|
||||
//!
|
||||
Standard_EXPORT bool GetEndTimeCode(double& theCode) const;
|
||||
|
||||
//!
|
||||
Standard_EXPORT void SetEndTimeCode(const double theCode) const;
|
||||
|
||||
//! Returns a sequence of Animation labels currently stored
|
||||
//! in the Animation table.
|
||||
Standard_EXPORT void GetAnimationLabels(TDF_LabelSequence& theLabels) const;
|
||||
|
Reference in New Issue
Block a user