Arch Window/sv


Arch Window.png Arch Window

Menyplacering
Arch → Window
Arbetsbänk(ar)
Arch
Standard genväg
W I
Se även
Arch Wall


Beskrivning

The Window is a base object for all kinds of "embeddable" objects, such as windows, doors, etc... It is designed to be either independent, or "hosted" inside another component such as a wall. It has its own geometry, that can be made of several solid components (the window frame, or inner panels for example), and also defines a volume to be subtracted to host objects, in order to create an opening.

Window objects are based on closed 2D objects, such as Draft Rectangles or Sketches, that are used to define their inner components. The base 2D object must therefore contain several closed wires, that can be combined to form filled panels (one wire) or frames (several wires).

The window tool features several presets, that allow to create full doors or windows from a list of parameters, without the need to create the base 2D objects and components manually. But windows can also be created from scratch, by drawing a base 2D object first.

Arch Window example.jpg

In the above image, a window is constructed on top of a Draft Rectangle, then inserted into a Wall. Adding a window to a wall automatically cuts a correct opening in the host wall.

Arch Window example2.jpg

The above image shows a more complex window being constructed on top of a sketch. When entering the window's edit mode, you can create different components, set their thickness, and select and assign wires from the sketch to them.

How to use

Using a preset

  1. Optionally, select an Arch object. If no object is selected, the window will be inserted in the object under the mouse when placing the window.
  2. Press the Arch Window.png Arch Window button, or press W then I keys
  3. Select one of the presets in the list
  4. Fill out the desired parameters
  5. Press the OK button

Creating from scratch

  1. Optionally, select a face on the Arch object where you want the window to be incuded
  2. Switch to the Sketcher Workbench
  3. Create a new sketch
  4. Draw one or more closed wires
  5. Close the sketch
  6. Switch back to the Arch Workbench
  7. Press the Arch Window.png Arch Window button, or press W then I keys
  8. Enter Edit mode by double-clicking the window in the tree view, to adjust the window components

Presets

The following presets are available:

Building components

Windows can include 3 types of components: panels, frames and louvres. Panels and louvres are made from one closed wire, which gets extruded, while frames are made from 2 or more closed wire, where each one is extruded, then the smaller ones are subtracted from the biggest one. You can access, create, modify and delete components of a window in edit mode (double-click the window in the Tree view). The components have the following properties:

Arch Window options.jpg

Options

). The Hole Wire number can be picked in the 3D view from the window's task panel available when double-clicking the window in the tree view

Doors

Doors can be made easily with the window tool, you only need to draw the base of the inner wire touching the exterior wire like in the image below.

Door

Openings

Doors and windows can appear partially or fully open in the 3D model, or can display opening symbols both in plan and/or elevation. Consequently, these will also appear in extracted 2D views generated by Draft Shape2DView or TechDraw Workbench or Drawing Workbench. To obtain this, at least one of the window components must have a hinge and an opening mode defined (see the 'Building Components' section above). Then, using the Opening, Symbol Plan or Symbol Elevation properties, you can configure the appearance of the window:

A door showing from left to right the Symbol Plan, Symbol Elevation and Opening properties at work

Properties

Scripting

The Window tool can by used in macros and from the python console by using the following function:

makeWindow (obj,[name]) 
creates a window based on the given object

Example:

import Draft, Arch
rect = Draft.makeRectangle(length=2,height=4)
Arch.makeWindow(rect) 
Online version: "http://www.freecadweb.org/wiki/index.php?title=Arch_Window/sv&oldid=287333"

Navigation menu