First-
The information in the first reply was very complete, even if a bit cryptic. Good post though. All of the posts were accurate and useful.
Now to help katycad1-
There are 2 primary ways to get there. BOTH are equally valid, but yield slightly different down-stream useability.
First-
The approach of creating a rectangle and extruding it to the wall height is a good one. It's probably prefered, so I'll briefly mention the other one first.
The method used in your previous workings with ACAD took a single line already in your drawing as a representation of the wall (interior or exterior, or both...) and applied a factor to it we call "thickness", which pushed that line "upward" along "Z". As you may know, every line "entity" in ACAD has a "thickness" of zero. You click on the line and "change" its thickness "property" to the height you want. This will literally create a "surface" in the "Z" direction that will "hide", just like you'd want a wall to! That's REALLY all there is to it.
Advantages-
1. extreemely simple
2. extreemely useful & useable
3. very very "lighweight" in terms of system resources.
4. This approach has been around since early ACAD (r-9 or 10?).
As you can see, a very useful option if all you are wanting to do is create highly viewable 3D renderings of your office space layouts, etc.
* Just isolate the layer(s) with your walls, run the "change" command, and window-select all wall lines you want to raise, select the properties option, and apply the value you want for thickness. Alternatively, use the object properties dialog box. Find and change the thickness setting. Very useful.
Disadvantage-
1. Will not work with "soldraw" command(s) to express linework for projected drawing views. The projected surfaces don't "create" the linework you'd need if you are projecting your 3D views to create "drawing views".
Still - within its limits, the approach is VERY VALID and useful.
The other approach while not quite as simple, and is a bit "heavier" on system resources, is to create solid "models" of the walls. This approach has the DISTINCT advantage of being "projectable" through the soldraw approach, for creating "drawing views" of your model.
Again - isolate the wall lines layer(s). Draw closed rectangles to represent your walls. I'd create another layer for the purpose. Use boolean operations to add/subtract/union the wall rectangles to create the wall intersections you want. You'll have to use the region command to convert the rectangles to regions (2D solids!) first. Then do the adds & subtracts. But for stand-alone walls that don't need a boolean operation to prepare first, just leave that wall as a simple rectangle.
Then- use the extrude command and apply a wall height.
That's it! If you did this on another layer, its REALLY easy to turn on/off the 3D representation. Just freeze/thaw the 3D layer!
Print this and refer to it as you go along.
Good luck!
C. Fee