|
[Sponsors] |
April 3, 2000, 12:43 |
Bounding frames increments
|
#1 |
Guest
Posts: n/a
|
Hi
Does anbody know how (if possible) you can change the axes major and minor intervals on a bounding frame when your composing a scene!... if anyone knows if its possible a swift posting would be appreciated as I need it for a seminar the post-graduates are running on Friday 7th March. Thanks |
|
April 5, 2000, 15:08 |
Re: Bounding frames increments
|
#2 |
Guest
Posts: n/a
|
Try playing with these variables:
;; outline and ticks (ticks/color/background "dark grey" string) (ticks/color/major "white" string) (ticks/color/minor "gray" string) (ticks/major/weight 1 real) (ticks/major/npts 5 integer) (ticks/minor/weight 1 real) (ticks/minor/size 0.01 real) (ticks/major/size 0.02 real) by using the cxsetvar function, eg: (cxsetvar 'ticks/major/npts 8) (cxsetvar 'ticks/minor/size .005) then redisplay the scene. |
|
April 5, 2000, 16:40 |
Re: Bounding frames increments
|
#3 |
Guest
Posts: n/a
|
Thanks Chris, but I don't know how to set those variables? I've been through the text interface menus and I can't find them. Could you tell me how to set them please?
Thanks again Ricky |
|
April 6, 2000, 09:55 |
Re: Bounding frames increments
|
#4 |
Guest
Posts: n/a
|
The last two lines I posted were examples of how to set them. For example, to set the number of major divisions to 8 you would type the following line into the text input area:
(cxsetvar 'ticks/major/npts 8) Then you would click on the Display button on Bounding Frame dialog box (accessed via the Frame Options... button on the Scene panel) to see what effect it has. |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
transsonic nozzle with rhoSimpleFoam | Unseen | OpenFOAM Running, Solving & CFD | 8 | July 1, 2022 07:54 |
Bounding epsilon or bounding omega | Stylianos | OpenFOAM | 8 | February 23, 2018 14:41 |
Explanation bounding k and bounding epsilon | idrama | OpenFOAM | 42 | July 13, 2017 05:05 |
Very high courant number, time step continuity errors and bounding epsilon | erncyc | OpenFOAM Running, Solving & CFD | 1 | March 24, 2011 12:00 |
MRFSimpleFOAM goes divergenced! | renyun0511 | OpenFOAM Running, Solving & CFD | 0 | November 19, 2009 03:11 |