Arch Frame/uk


Arch Frame.png Arch Frame

Меню прокату
Arch -> Frame
Верстаки
Arch
Ярлик за умовчанням
F R
Дивись також
None


Description

The Frame tool is used to build all kinds of frame objects based on a profile and a layout. The profile is extruded along the edges of the layout, which can be any 2D object such as a sketch, or a draft object. It is especially useful to create railings, or frame walls. Frame objects can then easily be turned into wall or structure objects.

Arch Frame example.jpg

In the above image, a line has been turned into an array, and a frame object has been made using the array as layout, and a circle as profile.

How to use

  1. Create a layout object and a profile object, for example with the Draft Workbench or the Sketcher Workbench
  2. Select the layout object first, then, with CTRL pressed, select the profile object
  3. Press the Arch Frame.png Arch Frame button, or press F then R keys

Options

Properties

Scripting

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

makeFrame ( layout,profile ) 

Example:

import Draft, Arch
layout = Draft.makeLine(FreeCAD.Vector(0,0,0),FreeCAD.Vector(2,0,0))
profile = Draft.makeCircle(.2)
Arch.makeFrame(layout,profile) 
Online version: "http://www.freecadweb.org/wiki/index.php?title=Arch_Frame/uk&oldid=280161"

Navigation menu