Screen capture animation
Screen capture animation
(OP)
Is there a way to capture screen shots and them animate them with Solidworks? or a recommended app that will do this? I also would like to animate my history tree, It would be cool if I could put all of the history steps in an animated show & tell.
tom..
tom..
Tom Malinski
Sr Design Engineer
OKay Industries
New Britain CT






RE: Screen capture animation
Rob Rodriguez CSWP
President: Northern
Vermont SolidWorks User Group
www.robrodriguez.com (updated 8/12/06)
SW 2006 SP 4.0 / SW 2007 SP 0.0
RE: Screen capture animation
http://www.camstudio.org/
Chris
Systems Analyst, I.S.
SolidWorks 06 4.1/PDMWorks 06
AutoCAD 06
ctopher's home (updated 06-21-06)
RE: Screen capture animation
thread559-83357
See the macro posted by rocheey
RE: Screen capture animation
Tom Malinski
Sr Design Engineer
OKay Industries
New Britain CT
RE: Screen capture animation
CODE
If True = bRet Then
sNow = Timer
While sNow + DELAY > Timer
' need to allow SW to refresh screen
DoEvents
Wend
End If
to:
CODE
If bRet Then
sNow = Timer
While sNow + DELAY > Timer
' need to allow SW to refresh screen
DoEvents
Wend
End If
Only one line changed, but I inluded the context so that you can find it easier in the code.
RE: Screen capture animation
We have a bunch of students coming in this week. Now I can run through the history of some projects to show them how the models were built.
tom..
Tom Malinski
Sr Design Engineer
OKay Industries
New Britain CT