How to rotate a background image 90 deg and copy it from one file to another

This topic has been viewed 7174 times and has 3 replies
Thread status: Active
How can I do this? [img]http://www.sweethome3d.com/images/flags/en_small.gif[/img]
Post Reply New Topic
John37
Posts: 57
Joined: Sat Mar 10, 2012 10:36 pm
Country: Golders Green, London, United Kingdom

How to rotate a background image 90 deg and copy it from one file to another

Post by John37 »

Is it possible to to move my top floor design together with its background image from one SH3D file to a different file containing the lower floors so that I can combine all the floors together with their background images?

Also, is it possible to rotate the background image of the top floor through 90 degrees when I combine it with the lower floors?
User avatar
hansmex
Posts: 4027
Joined: Sat Sep 26, 2009 11:36 am
Country: Netherlands

Re: How to rotate a background image 90 deg and copy it from one file to another

Post by hansmex »

John,

1 - Go to the Documentation page and download the Plug-in Tutorial.
2 - Install the RotateHome plug-in. This adds a feature that enables you to rotate background image and modelling clockwise or counter-clockwise in 90 degree increments.
3 - It's possible to copy (parts of) your design from one instance of SH3D to another instance of SH3D. First open the source model, select the part that you want to copy. Leaving the first instance open, open the source instance of SH3D and copy your model there.
4 - Make sure that the background is oriented correctly, and that you have the correct level added and selected.
5 - Background images cannot be copied, but it's easy enough to import it/them again.

Hans
Hans

new website - under constuction
hansdirkse.info
John37
Posts: 57
Joined: Sat Mar 10, 2012 10:36 pm
Country: Golders Green, London, United Kingdom

Re: How to rotate a background image 90 deg and copy it from one file to another

Post by John37 »

Ok, thanks Hans. John
Nana111
Posts: 3
Joined: Tue Nov 19, 2013 2:19 am
Country: Los Angeles, CA, US

Re: How to rotate a background image 90 deg and copy it from one file to another

Post by Nana111 »

HI there
If you want to rotate the image,you can just refer to this code:
namespace RE__Test
{
public partial class Form1 : Form
{
public Form1()
{
InitializeComponent();
}

private void button1_Click(object sender, EventArgs e)
{
string fileName = "c:/Sample.png";

REImage reImage = REFile.OpenImageFile(fileName);

ImageProcessing.ApplyRotate(reImage, 60);

REFile.SaveImageFile(reImage, "c:/reimage.png", new PNGEncoder());
Post Reply New Topic

Who is online

Users browsing this forum: No registered users and 1 guest