PDA

View Full Version : Object Orientation


chsmt
June 3rd, 2008, 06:49 AM
In TRS2006 there is a layout called North Bay Country. On this layout there are a number of "burnt tree" objects. Some of these are laying down (as if having been felled). Using the Get Object tool you simply get the same icon as you do for the normal (vertical) trees. It appears that a normal tree has been added to the layout and then rotated around an x or y axis, as opposed to the default z axis. It occurred to me that for some (admittedly not many) objects this could be useful.

Does anyone know how to rotate objects around other axes?

leeferr
June 3rd, 2008, 08:20 AM
It's done in the config file. I don't remember the tag to enable the rotation off the top of my head, but if you'll look at the config for the trees that you're talking about, it'll be there. Someone may be along soon that remembers the tag.
Mike

dmdrake
June 3rd, 2008, 09:21 AM
This is the tag and setting I used for those trees. Add it ot the config of the object.

rotate 1
rotate-yz-range -180,180

In surveyor use the SHIFT key + orientation command to rotate the object.

Dave

chsmt
June 4th, 2008, 02:43 AM
Thanks for the information, I'll give it a go!