Draft Offset/ro


Draft Offset.png Draft Offset

poziția meniului
Draft → Offset
Workbenches
Draft, Arch
scurtătură
O S
A se vedea, de asemenea,
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/ro&oldid=228624"

Navigation menu