Taslak Çember
|
|
| Menü konumu |
|---|
| Taslak → Çember |
| Tezgahlar |
| Çember, Yapı |
| Varsayılan kısayol |
| C I |
| Versiyonda tanıtıldı |
| 0.7 |
| Ayrıca bkz |
| Yay, Elips |
Description
Açıklama
Çember aracı, geçerli Çalışma düzlemi içinde iki nokta girerek, merkez ve yarıçapı girerek veya teğetleri veya bunların herhangi bir kombinasyonunu alarak bir çember oluşturur. Tepsi de önceden ayarlanmış olan Çizgi stili alır.
Bu araç, tam bir yay oluşturması dışında, Yay aracıyla aynı şekilde çalışır. Bir elips çizmek için Elips kullanın.
Çember, iki noktayla tanımlanır
Usage
See also: Draft Tray, Draft Snap and Draft Constrain.
Nasıl kullanılır
Çember düğmesine basın veya C ardından I tuşlarına basın .- 3D görünümde bir ilk noktaya tıklayın veya bir koordinat yazın ve
Nokta ekle düğmesine basın.
- 3D görünümünde ikinci bir noktaya tıklayın veya bir yarıçap değeri girin.
Options
The single character keyboard shortcuts available in the task panel can be changed. See Draft Preferences. The shortcuts mentioned here are the default shortcuts.
Seçenekler
- Daire aletinin birincil kullanımı, merkez ve çevre üzerindeki bir nokta olmak üzere iki nokta seçmektir.
- Alt tuşuna basarak, bir nokta seçmek yerine bir teğet seçebilirsiniz. Bu nedenle, bir, iki veya üç teğet seçerek birkaç daire tipi oluşturabilirsiniz.
- Koordinatları manuel olarak girmek için sayıları girin, ardından her bir X, Y ve Z bileşeni arasında Enter tuşuna basın. Noktayı yerleştirmek istediğiniz değerleri aldığınızda
Nokta ekle düğmesine basabilirsiniz.
- Devam moduna geçmek için T tuşuna basın veya onay kutusunu tıklayın. Devam modu açıksa, daireyi tamamladıktan sonra Daire aracı yeniden başlatılır ve araç düğmesine tekrar basmadan bir tane daha çizmenize olanak sağlar.
- Dolgu moduna geçmek için L tuşuna basın veya onay kutusunu tıklayın. Dolgu modu açıksa, daire dolgulu bir yüz oluşturur (VERİMake Face
true); değilse, daire bir yüz oluşturmaz (VERİMake Facefalse). - snapping noktanızı mesafeden bağımsız olarak, en yakın çeki konumuna yönlendirmek için çizim yaparken Ctrl tuşunu basılı tutun.
- İlk noktanıza göre ikinci noktanızı yatay veya dikey olarak constrain çizerken Shift tuşunu basılı tutun.
- Geçerli komutu iptal etmek için Esc veya Kapat düğmesine basınız.
Notes
Ağaç görünümündeki öğeye çift tıklayarak veya Düzenle düğmesine basılarak daire düzenlenebilir. Ardından merkez ve yarıçap noktalarını yeni bir konuma getirebilirsiniz.
Preferences
See also: Preferences Editor and Draft Preferences.
- If the Edit → Preferences → Draft → General → Create Part primitives if possible option is checked, the command will create a Part Circle instead of a Draft Circle.
Properties
See also: Property View.
A Draft Circle object is derived from a Part Part2DObject and inherits all its properties. It also has the following additional properties:
Data
Draft
Veri
- VERİBaşlangıç açısı: Çemberin başlangıç açısını belirtir; normalde 0 °.
- VERİBitiş açısı: Çemberin bitiş açısını belirtir; normalde 0 °.
- VERİYarıçap: Çemberin yarıçapını belirtir.
- VERİYüzey oluştur: Çemberin bir yüzey yapıp yapmayacağını belirtir.
trueise bir yüz yaratılır, aksi takdirde sadece çevre nesnenin bir parçası olarak kabul edilir. Bu özellik yalnızca şekil tam bir çevre ise işe yarar. - VERİBaşlangıç açısı: ve tam daire olması için VERİBitiş açısı aynı değere sahip olmalıdır; Aksi takdirde, bir Yay görüntülenir. 0 ° ve 360 ° değerleri aynı sayılmaz, bu nedenle bu iki değer kullanılırsa, daire bir yüzey oluşturmaz.
View
Draft
Görünüm
Scripting
Betik
Ayrıca bkz.: Taslak API ve FreeCAD Betik esasları.
circle = make_circle(radius, placement=None, face=None, startangle=None, endangle=None, support=None)
circle = make_circle(Part.Edge, placement=None, face=None, startangle=None, endangle=None, support=None)
- Milimetre cinsinden
radiusverilen birCirclenesnesi oluşturur.radiusayrıcaCurveözniteliğinin birPart.Circleolması gereken birPart.Edgede olabilir.
- Bir
placementverilirse kullanılır; Aksi halde, şekil başlangıçta oluşturulur. faceTrueise, daire bir yüz yapacaktır, yani dolu görünecektir.- Eğer
startangleveendanglederece cinsinden verilirse ve farklı değerler varsa, bunlar kullanılır ve nesne Draft Arc olarak görünür.
Örnek:
import FreeCAD as App
import Draft
doc = App.newDocument()
circle1 = Draft.make_circle(200)
zaxis = App.Vector(0, 0, 1)
p2 = App.Vector(1000, 1000, 0)
place2 = App.Placement(p2, App.Rotation(zaxis, 0))
circle2 = Draft.make_circle(500, placement=place2)
p3 = App.Vector(-1000, -1000, 0)
place3 = App.Placement(p3, App.Rotation(zaxis, 0))
circle3 = Draft.make_circle(750, placement=place3)
doc.recompute()
- Drafting: Line, Polyline, Fillet, Arc, Arc From 3 Points, Circle, Ellipse, Rectangle, Polygon, B-Spline, Cubic Bézier Curve, Bézier Curve, Point, Facebinder, ShapeString, Hatch
- Annotation: Text, Dimension, Label, Annotation Styles, Annotation Scale
- Modification: Move, Rotate, Scale, Mirror, Offset, Trimex, Stretch, Clone, Array, Polar Array, Circular Array, Path Array, Path Link Array, Point Array, Point Link Array, Edit, Highlight Subelements, Join, Split, Upgrade, Downgrade, Convert Wire/B-Spline, Draft to Sketch, Set Slope, Flip Dimension, Shape 2D View
- Draft Tray: Working Plane, Set Style, Toggle Construction Mode, AutoGroup
- Snapping: Snap Lock, Snap Endpoint, Snap Midpoint, Snap Center, Snap Angle, Snap Intersection, Snap Perpendicular, Snap Extension, Snap Parallel, Snap Special, Snap Near, Snap Ortho, Snap Grid, Snap Working Plane, Snap Dimensions, Toggle Grid
- Miscellaneous: Apply Current Style, New Layer, Manage Layers, New Named Group, SelectGroup, Add to Layer, Add to Group, Add to Construction Group, Toggle Wireframe, Working Plane Proxy, Heal, Show Snap Toolbar
- Additional: Constraining, Pattern, Preferences, Import Export Preferences, DXF/DWG, SVG, OCA, DAT
- Context menu:
- Most objects: Edit
- Layer container: Add New Layer, Reassign Properties of All Layers, Merge Layer Duplicates
- Layer: Activate Layer, Reassign Properties of Layer, Select Layer Contents
- Text and label: Open Links
- Wire: Flatten
- Working plane proxy: Save Camera Position, Save Visibility of Objects
- Getting started
- Installation: Download, Windows, Linux, Mac, Additional components, Docker, AppImage, Ubuntu Snap
- Basics: About FreeCAD, Interface, Mouse navigation, Selection methods, Object name, Preferences, Workbenches, Document structure, Properties, Help FreeCAD, Donate
- Help: Tutorials, Video tutorials
- Workbenches: Std Base, Assembly, BIM, CAM, Draft, FEM, Inspection, Material, Mesh, OpenSCAD, Part, PartDesign, Points, Reverse Engineering, Robot, Sketcher, Spreadsheet, Surface, TechDraw, Test Framework
- Hubs: User hub, Power users hub, Developer hub
- Drafting: Line, Polyline, Fillet, Arc, Arc From 3 Points, Circle, Ellipse, Rectangle, Polygon, B-Spline, Cubic Bézier Curve, Bézier Curve, Point, Facebinder, ShapeString, Hatch
- Annotation: Text, Dimension, Label, Annotation Styles, Annotation Scale
- Modification: Move, Rotate, Scale, Mirror, Offset, Trimex, Stretch, Clone, Array, Polar Array, Circular Array, Path Array, Path Link Array, Point Array, Point Link Array, Edit, Highlight Subelements, Join, Split, Upgrade, Downgrade, Convert Wire/B-Spline, Draft to Sketch, Set Slope, Flip Dimension, Shape 2D View
- Draft Tray: Working Plane, Set Style, Toggle Construction Mode, AutoGroup
- Snapping: Snap Lock, Snap Endpoint, Snap Midpoint, Snap Center, Snap Angle, Snap Intersection, Snap Perpendicular, Snap Extension, Snap Parallel, Snap Special, Snap Near, Snap Ortho, Snap Grid, Snap Working Plane, Snap Dimensions, Toggle Grid
- Miscellaneous: Apply Current Style, New Layer, Manage Layers, New Named Group, SelectGroup, Add to Layer, Add to Group, Add to Construction Group, Toggle Wireframe, Working Plane Proxy, Heal, Show Snap Toolbar
- Additional: Constraining, Pattern, Preferences, Import Export Preferences, DXF/DWG, SVG, OCA, DAT
- Context menu:
- Most objects: Edit
- Layer container: Add New Layer, Reassign Properties of All Layers, Merge Layer Duplicates
- Layer: Activate Layer, Reassign Properties of Layer, Select Layer Contents
- Text and label: Open Links
- Wire: Flatten
- Working plane proxy: Save Camera Position, Save Visibility of Objects
- Getting started
- Installation: Download, Windows, Linux, Mac, Additional components, Docker, AppImage, Ubuntu Snap
- Basics: About FreeCAD, Interface, Mouse navigation, Selection methods, Object name, Preferences, Workbenches, Document structure, Properties, Help FreeCAD, Donate
- Help: Tutorials, Video tutorials
- Workbenches: Std Base, Assembly, BIM, CAM, Draft, FEM, Inspection, Material, Mesh, OpenSCAD, Part, PartDesign, Points, Reverse Engineering, Robot, Sketcher, Spreadsheet, Surface, TechDraw, Test Framework
- Hubs: User hub, Power users hub, Developer hub