Index  | Recent Threads  | List Attachments  | Search
 Welcome Guest  |  Register  |  Login
Login Name  Password
 

Sweet Home 3D Forum



No member browsing this thread
Thread Status: Active
Total posts in this thread: 4
[ Jump to Last Post ]
Post new Thread
Author
Previous Thread This topic has been viewed 5648 times and has 3 replies Next Thread
John37
Member



United Kingdom
Joined: Mar 10, 2012
Post Count: 54
Status: Offline
Reply to this Post  Reply with Quote 
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?
[Sep 5, 2013, 7:17:56 PM] Show Printable Version of Post    View Member Profile    Send Private Message [Link] Report threatening or abusive post: please login first  Go to top 
hansmex
Advanced Member
Member's Avatar

Netherlands
Joined: Sep 26, 2009
Post Count: 4000
Status: Online
Reply to this Post  Reply with Quote 
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
----------------------------------------
[Edit 1 times, last edit by hansmex at Sep 6, 2013, 11:20:46 AM]
[Sep 6, 2013, 11:19:40 AM] Show Printable Version of Post    View Member Profile    Send Private Message [Link] Report threatening or abusive post: please login first  Go to top 
John37
Member



United Kingdom
Joined: Mar 10, 2012
Post Count: 54
Status: Offline
Reply to this Post  Reply with Quote 
Re: How to rotate a background image 90 deg and copy it from one file to another

Ok, thanks Hans. John
[Sep 6, 2013, 4:51:03 PM] Show Printable Version of Post    View Member Profile    Send Private Message [Link] Report threatening or abusive post: please login first  Go to top 
Nana111
Newbie



US
Joined: Nov 19, 2013
Post Count: 3
Status: Offline
Reply to this Post  Reply with Quote 
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());
[Jan 20, 2014, 1:57:10 AM] Show Printable Version of Post    View Member Profile    Send Private Message [Link] Report threatening or abusive post: please login first  Go to top 
[ Jump to Last Post ]
Show Printable Version of Thread  Post new Thread

  Get Sweet Home 3D at SourceForge.net. Fast, secure and Free Open Source software downloads  
© Copyright 2024 Space Mushrooms - All rights reserved