question

Jungeun W avatar image
0 Likes"
Jungeun W asked Andrew O commented

video recording with viewpoint of flowitem

hi

Im trying to recording video as a viewpoint of flowitem.

my coding skill is so poor so that i cannot understand the way to do this by coding.

is there any way to do this by using process flow or setting in properties??

thx

FlexSim 21.1.5
flowitemvideo recorderviewpoint
· 1
5 |100000

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.

1 Answer

Jason Lightfoot avatar image
1 Like"
Jason Lightfoot answered Jason Lightfoot edited

Right click the view background and set it as sv() first:

1662450648798.png

- then use:

  1. Object view=sv();
  2. function_s(view, "follow", item);

or without sv():

  1. Object view=views().find("active>Documents/Perspective/1+/~");



1662450648798.png (20.8 KiB)
5 |100000

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.