|
Sweet Home 3D Forum » List all forums » » Forum: Features use and tips » » » Thread: How to rotate a background image 90 deg and copy it from one file to another |
|
| Print at Jan 11, 2026, 5:00:00 PM | View all posts in this thread on one page |
| Posted by John37 at Sep 5, 2013, 9:17:56 PM |
|
How to rotate a background image 90 deg and copy it from one file to another 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? |
| Posted by hansmex at Sep 6, 2013, 1:19:40 PM |
|
Re: How to rotate a background image 90 deg and copy it from one file to another 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 |
| Posted by John37 at Sep 6, 2013, 6:51:03 PM |
|
Re: How to rotate a background image 90 deg and copy it from one file to another Ok, thanks Hans. John |
| Posted by Nana111 at Jan 20, 2014, 2:57:10 AM |
|
Re: How to rotate a background image 90 deg and copy it from one file to another 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()); |
|
|
Current timezone is GMT Jan 11, 2026, 5:00:00 PM |