recorder display

For posts concerning the documentation, errors, ommissions, general comments, etc.

Moderators: silvia, selimgunay, Moderators

Post Reply
sghanaatpishe
Posts: 9
Joined: Mon Dec 08, 2014 10:27 pm
Location: university of science and culture

recorder display

Post by sghanaatpishe » Fri May 29, 2015 3:02 am

Dear all
I like to know better about "recorder display" :
recorder display $windowTitle $xLoc $yLoc $xPixels $yPixels <-file $fileName>
This command is not enough, in one of "OpenSees wiki" examples, there are four line below that command :

prp 0 100 0
vup 0 1 0
vpn 0 -1 0
display 1 3 10

What are their aim?
Thank you

fmk
Site Admin
Posts: 5883
Joined: Fri Jun 11, 2004 2:33 pm
Location: UC Berkeley
Contact:

Re: recorder display

Post by fmk » Mon Jun 01, 2015 9:11 am

to set up the viewing system .. the display option is not documented and not supported which is why tey are not there .. a book on 3d rendering could explain more .. vip is view up vector, vpn is view plane normal, prp is point on reference plane

sghanaatpishe
Posts: 9
Joined: Mon Dec 08, 2014 10:27 pm
Location: university of science and culture

Re: recorder display

Post by sghanaatpishe » Fri Jun 12, 2015 7:13 am

thank you very much

Samra
Posts: 24
Joined: Thu Oct 01, 2015 8:18 pm
Location: neduet

Re: recorder display

Post by Samra » Wed Feb 17, 2016 9:16 pm

Hi,
i am trying to model infill wall in opensees, as an aid i am using the infill example provided for n bay n storey frame.....the problem is when i input the display command provided with the example for my frame i get quiet a weird figure for my frame due to which i am unable to understand if i have placed the infill correctly or not.....so do i have to change something in the source code provided for display for my 1 bay 1 storey rc frame? also does the display show me frame after analysis or at what stage???
i am using this file as an aid.....(http://opensees.berkeley.edu/wiki/index ... nt_Removal)

codes for display are DisplayModel3D_IR.tcl and DisplayPlane_IR.tcl provided on the same page of the link above.....
your guidance will be highly appreciated! :)

Alexandert
Posts: 3
Joined: Tue Mar 08, 2016 12:27 pm

Re: recorder display

Post by Alexandert » Tue Mar 08, 2016 12:45 pm

Samra wrote:
> Hi,
> i am trying to model infill wall in opensees, as an aid i am using the
> infill example provided for n bay n storey frame.....the problem is when i
> input the display command provided with the example for my frame i get
> quiet a weird figure for my frame due to which i am unable to understand if
> i have placed the infill correctly or not.....so do i have to change
> something in the source code provided for display for my 1 bay 1 storey rc
> frame? also does the display show me frame after analysis or at what
> stage???
> i am using this file as an
> aid.....(http://opensees.berkeley.edu/wiki/index ... nt_Removal)
>
> codes for display are DisplayModel3D_IR.tcl and DisplayPlane_IR.tcl
> provided on the same page of the link above.....
> your guidance will be highly appreciated! :)

Hi, Samra, my teacher give all us the codes for VS (DisplayModel3D_IR.tcl and DisplayPlane_IR.tcl). its difficult to fine tcl files in google, you can pm me ;)
Experto en hacking en facebook - Amante animal - Me encantan las rede sociales

davidjohnson
Posts: 3
Joined: Thu Mar 17, 2016 9:19 pm

Re: recorder display

Post by davidjohnson » Thu Mar 17, 2016 9:34 pm

Screen recording can be useful when you need to record a how-to video to help someone learn how to use a program, record a game walkthrough, or prepare for a presentation. Record here means you can create a video of whatever you are doing on your desktop, save the recording as a video file and send it to a friend or upload it on YouTube.

maryafleming
Posts: 1
Joined: Thu Jul 14, 2016 12:35 am

Re: recorder display

Post by maryafleming » Thu Jul 14, 2016 12:44 am

It is a great help for me, thank you

buffs
Posts: 15
Joined: Wed Jul 04, 2012 2:08 am
Location: private
Contact:

Re: recorder display

Post by buffs » Thu Nov 14, 2019 3:13 am

I just knew these Display features are available 'ad interim' therefore not documented! Anyway apparently the settings are taken from:

https://www.cs.uic.edu/~jbell/CourseNot ... oints.html

I also struggled to understand how to display top, side, or '3D' views, see below

recorder display "Displaced frame" 20 20 800 800 -wipe
prp 300 200 1
# '3D view'
vup 1 1 1
vpn -0.75 -0.75 0.25
# or side view from X
vup 0 0 1
vpn -1 0 0
# or side view from Y
# vup 0 0 1
# vpn 0 -1 0
# or Top view (from Z)
# vup 0 1 0
# vpn 0 0 1
Francesco Buffa
Mechanical Engineer
Corso Monte Grappa
10145 Torino
Italy

karbinan
Posts: 1
Joined: Thu Jan 16, 2020 4:54 am
Contact:

Re: recorder display

Post by karbinan » Thu Jan 16, 2020 5:02 am

thanks dears :) from : https://deybook.com/

Post Reply