question

Tee Hiett avatar image
0 Likes"
Tee Hiett asked Tee Hiett commented

How do I raise all objects up 7 meters?

I have a model built on the ground floor (C = 0). I would like to select all objects and raise them up 7 meters so I can import the model as the second story to another model? It would be best if I didn't have to select each object and raise it independently.

Thanks, Tee

FlexSim HC 5.1.0
selected objectsobjectsedit selected objects
· 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.

Tee Hiett avatar image Tee Hiett commented ·

Three really great solutions. I should have thought of the last two but I didn't.

Thanks for the prompt an informative responses. Tee

0 Likes 0 ·
Sam Stubbs avatar image
2 Likes"
Sam Stubbs answered Tee Hiett commented

If you shift select the entire group (red highlighted) and then click on one of the selected objects to "yellow highlight" it, you can use the mouse wheel to scroll up and down moving all the selected objects at the same time.

· 2
5 |100000

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

Joerg Vogel avatar image Joerg Vogel commented ·

Select all objects. Make a group out of them, then you can get access to them later again easily. Change the z location of one highlighted object of all selected objects and use "copy from the highlighted" with the "location z". This works naturally only if you can use the Edit Selected Objects Tool in HC, too. But this, I don't know.

2 Likes 2 ·
Tee Hiett avatar image Tee Hiett commented ·

Thanks, Jörg,

The Edit Selected Objects Tool In HC seems to have a great deal of power but is use is not always obvious :-(.

Now I know to features of the Edit Selected Objects Tool...

Tee

0 Likes 0 ·
Matthew Gillespie avatar image
0 Likes"
Matthew Gillespie answered Tee Hiett commented

You can run this script:

for(int i = 2; i <= content(model()); i++) {
	set(spatialz(rank(model(), i)), 7);
}
· 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.

Tee Hiett avatar image Tee Hiett commented ·

Thanks, Matthew,

I forget about running scripts for One time changes.

Tee

0 Likes 0 ·

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

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