Arch: Axis
This page has been updated for that version.
|
poziția meniului |
---|
Arch → Axis |
Ateliere |
Arch |
scurtătură |
A X |
Prezentat în versiune |
- |
A se vedea, de asemenea, |
Axis System, Grid |
Descriere
Instrumentul Axis vă permite să plasați o serie de axe în documentul curent. Distanța și unghiul dintre axe sunt personalizabile, precum și stilul de numerotare. Axa servește în principal ca trimiteri la obiecte de tip ancoră (snap), dar poate fi folosită și împreună cu Axes Systems, și poate fi conectat de alte obiecte Arch pentru a crea rețele parametrice, de exemplu grinzi sau coloane Grids can also be used in places of axes.
"Imaginea de mai jos arată două obiecte diferite poziționate perpendicular una pe cealaltă"
Cum se folosește
Opţiuni
- Fiecare axă din serie are distanța și unghiul propriu față de axa anterioară. Aceasta permite realizarea unor sisteme foarte complexe, cum ar fi sistemele non-ortogonale, sistemele polar sau orice alt sistem neuniform
- Dublu clic pe axă în arborele vederilor permite editarea distanțelor, unghiurilor și etichetei fiecărei axe
- Lungimile axelor, dimensiunea bulelor și stilurile de numerotare sunt personalizabile direct prin proprietățile sistemului de axe
- Fiecare axă poate afișa, de asemenea, o etichetă, editabilă și prin dialogul panoului de activități
Proprietăți
- DateLength: Lungimea axelor
- VizualizareBubble Size: Mărimea bulei axei
- VizualizareNumeration style: cum sunt numerotate axele: 1,2,3, A,B,C, etc...
- VizualizareBubble Position: Unde este plasată bula pe axă: La început, la capăt, ambele sau niciuna.
- VizualizareFont Name: Fontul folosit pentru a desena numprul bulei și/sau etichetei
- VizualizareFont Size: Mărimea etichetei text (Textul bulei este controlat de mărimea bulei)
- VizualizareShow Labels: Activează/dezactivează afișarea textului etichetei
Use as section mark
By setting the Bubble Position property to Arrow left/right or Bar left/right, the axis will display a filled arrow or bar instead of the bubble, so it can be used as a section mark. introduced in 0.20
Scripting
Script
Instrumentul Axis poate fi utilizat în macros și de la consola python utilizând umătoarea funcție:
Axes = makeAxis(num=5, size=1000, name="Axes")
- makes an axes series bazat pe numărul dat de axe și de intervalul dintre ele
Exempluː
import Draft, Arch
Axes = Arch.makeAxis(5, 1000)
Axes.ViewObject.LineWidth = 3
Axes.ViewObject.BubbleSize = 200
Axes.ViewObject.FontSize = 150
Axes2 = Arch.makeAxis(6, 500)
Axes2.ViewObject.LineWidth = 2
Axes2.ViewObject.BubbleSize = 200
Axes2.ViewObject.FontSize = 150
Axes2.ViewObject.NumberingStyle = "A,B,C"
FreeCAD.ActiveDocument.recompute()
Axes2.Length = 6000
Draft.rotate(Axes2, -90)
Draft.move(Axes2, FreeCAD.Vector(-1000, 2500, 0))
FreeCAD.ActiveDocument.recompute()
- 2D drafting: Sketch, Line, Polyline, Circle, Arc, Arc by 3 points, Fillet, Ellipse, Polygon, Rectangle, B-spline, Bézier curve, Cubic Bézier curve, Point
- 3D/BIM: Project, Site, Building, Level, Space, Wall, Curtain Wall, Column, Beam, Slab, Door, Window, Pipe, Pipe Connector, Stairs, Roof, Panel, Frame, Fence, Truss, Equipment
- Reinforcement tools: Custom Rebar, Straight Rebar, U-Shape Rebar, L-Shape Rebar, Stirrup, Bent-Shape Rebar, Helical Rebar, Column Reinforcement, Beam Reinforcement, Slab Reinforcement, Footing Reinforcement
- Generic 3D tools: Profile, Box, Shape builder..., Facebinder, Objects library, Component, External reference
- Annotation: Text, Shape from text, Aligned dimension, Horizontal dimension, Vertical dimension, Leader, Label, Axis, Axes System, Grid, Section Plane, Hatch, Page, View, Shape-based view
- 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, Working Plane Top, Working Plane Front, Working Plane Side
- Modify: Move, Copy, Rotate, Clone, Create simple copy, Make compound, Offset, 2D Offset..., Trimex, Join, Split, Scale, Stretch, Draft to sketch, Upgrade, Downgrade, Add component, Remove component, Array, Path array, Polar array, Point array, Cut with plane, Mirror, Extrude..., Difference, Union, Intersection
- Manage: BIM Setup..., Views manager, Manage project..., Manage doors and windows..., Manage IFC elements..., Manage IFC quantities..., Manage IFC properties..., Manage classification..., Manage layers..., Material, Schedule, Preflight checks..., Annotation styles...
- Utils: Toggle bottom panels, Move to Trash, Working Plane View, Select group, Set slope, Create working plane proxy, Add to construction group, Split Mesh, Mesh to Shape, Select non-manifold meshes, Remove Shape from Arch, Close Holes, Merge Walls, Check, Toggle IFC Brep flag, Toggle subcomponents, Survey, IFC Diff, IFC explorer, Create IFC spreadsheet..., Image plane, Unclone, Rewire, Glue, Reextrude
- Panel tools: Panel, Panel Cut, Panel Sheet, Nest
- Structure tools: Structure, Structural System, Multiple Structures
- IFC tools: IFC Diff..., IFC Expand, Make IFC project, IfcOpenShell update
- Nudge: Nudge Switch, Nudge Up, Nudge Down, Nudge Left, Nudge Right, Nudge Rotate Left, Nudge Rotate Right, Nudge Extend, Nudge Shrink
- Additional: Preferences, Fine tuning, Import Export Preferences, IFC, DAE, OBJ, JSON, 3DS, SHP
- 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