Tell me more ×
Electrical Engineering Stack Exchange is a question and answer site for electronics and electrical engineering professionals, students, and enthusiasts. It's 100% free, no registration required.

I've been to a couple introductory Altium trainings and everything goes fine and dandy. This is the actual first board I am working on by myself. I've been learning so much just by doing stuff myself but there is something that I can't seem to quite understand.

Whenever I transfer my schematic to the PCB is is placed inside this reddish box, I believe it is a Room. All the examples I saw during training didn't do this. And if I move the components outside the box they turn green (DRC error maybe?)

Does anyone know what this means?

http://i.imgur.com/wtxbh.png

share|improve this question

2 Answers

up vote 7 down vote accepted

That is indeed called a "Room".

Rooms are relevant if you're doing multi-channel design, as they let you copy the layout between channels.

It's also completely normal.

If you want to disable it, it's very easy to do:

  • Click the room -> PCB Inspector panel -> uncheck "Rule Enabled" checkbox.
    enter image description here
  • "Design" menu -> "Rules" menu item -> In the tree: "Design Rules" -> "Placement" -> "Room Definition" -> uncheck all the "Enabled" checkboxes.
    enter image description here

Alternatively, you can just delete the room, but it will come back next time you synchronize the schematic to the PCB.

share|improve this answer
In Project Options (somewhere, can't remember right now), you can disable rooms for the project so they won't come back. – dext0rb Oct 2 '12 at 1:14
1  
@dext0rb - Hmm. I hadn't noticed that. You're right! It's Project options -> Class Generation -> "Generate rooms" – Connor Wolf Oct 2 '12 at 1:17

No, this is the correct way to disable Rooms in Altium.

Go to Project -> Project Options

Altium Project Options Class Generation Rooms

In the class generation tab, you can select not to generate rooms. If your project contains multiple schematics, then you'll need to untick this box for each schematic.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.