Draft Offset/ru


Draft Offset.png Draft Offset

Расположение в меню
Черчение → Смещение
Верстаки
Draft, Arch
Быстрые клавиши
O S
См. также
Part 2D Offset


Description

The Offset tool offsets the selected object by a given distance on the current work plane. If no object is selected, you will be invited to select one.

Draft Offset example.jpg

How to use

  1. Select objects you wish to offset
  2. Press the Draft Offset.png Draft Offset button, or press O then S keys
  3. Click a point on the 3D view, or type a distance.

Options

Scripting

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

offset (object,Vector,[copymode],[bind],[sym]) 

Example:

import FreeCAD,Draft
Draft.offset(FreeCAD.ActiveDocument.ActiveObject,FreeCAD.Vector(2,2,0)) 
Online version: "http://www.freecadweb.org/wiki/index.php?title=Draft_Offset/ru&oldid=228626"

Navigation menu