Arch: Telaio
Questa pagina è stata aggiornata per quella versione.
|
Posizione nel menu |
---|
3D/BIM → Frame |
Ambiente |
BIM |
Avvio veloce |
F R |
Introdotto nella versione |
- |
Vedere anche |
Nessuno |
Descrizione
Lo strumento Arch Frame viene utilizzato per costruire tutti i tipi di oggetti frame basati su un profilo e un layout. Il profilo viene estruso lungo i bordi del layout, che può essere qualsiasi oggetto 2D come sketch, o un Draft object. È particolarmente utile per creare ringhiere o pareti a telaio. Gli oggetti frame possono quindi essere facilmente trasformati in oggetti Muro o Struttura.
Oggetto Carpenteria creato da una schiera derivata da una linea, utilizzando un cerchio come profilo.
Utilizzo
- Creare un oggetto tracciato e un oggetto profilo, ad esempio con Draft o con Schizzo.
- Selezionare l'oggetto tracciato, poi, con Ctrl premuto, selezionare l'oggetto profilo.
- Premere il pulsante
Carpenteria, o premere i tasti F poi R.
Opzioni
- Gli elementi Carpenteria condividono le proprietà e i comportamenti comuni di tutti i Componenti Arch
- Impostando la sua proprietà Offset, l'oggetto carpenteria può essere posizionato alla distanza voluta dall'oggetto tracciato.
- Il profilo viene copiato alla base di ciascun spigolo o linea dell'oggetto tracciato, quindi estruso lungo esso. È possibile stabilire la posizione del profilo alla base di ogni linea del tracciato tramite le proprietà Align e Rotation.
Proprietà
An Arch Frame object shares the common properties and behaviors of all Arch Components.
Data
Component
- DatiBase (
Link
): The layout this frame is based on.
For the other properties in the group see Arch Component.
Frame
- DatiAlign (
Bool
): Specifica se il profilo deve essere ruotato per avere il suo asse normale allineato con ciascun bordo. - DatiBase Point (
Integer
): Indice in base zero che indica il punto di incrocio del percorso sul profilo:0
: La Base del Posizionamento del profilo. Questo punto viene utilizzato anche in caso di indice non valido.1
: Il punto medio del primo bordo del profilo.2
: Il punto medio del 2° bordo del profilo.3
: Il punto medio del 2° bordo del profilo.4
: Il punto finale del 2° bordo del profilo.- ...
n*2-1
: Il punto medio dell'ennesimo bordo del profilo.n*2
: Il punto finale dell'ennesimo bordo del profilo.
- DatiEdges (
Enumeration
): Il tipo di bordi da considerare. Le opzioni sono:All edges
Vertical edges
Horizontal edges
Bottom horizontal edges
: Basato sulla coordinata Z globale del centro di massa del bordo.Top horizontal edges
: Idem.
- DatiFuse (
Bool
): Se vero, i solidi sovrapposti vengono fusi. - DatiOffset (
VectorDistance
): Una distanza facoltativa tra l'oggetto del layout e l'oggetto cornice. - DatiProfile (
Link
): Il profilo su cui si basa questo frame. - DatiProfile Placement (
Placement
): Un posizionamento aggiuntivo facoltativo da aggiungere al profilo prima di estruderlo. Viene utilizzata solo la Rotazione del Posizionamento. Ignorato se DatiAlign ètrue
. - DatiRotation (
Angle
): La rotazione del profilo attorno al suo asse di estrusione.
Script
Vedere anche: API di Arch e Nozioni di base sugli script di FreeCAD.
Lo strumento Carpenteria può essere utilizzato nelle macro e dalla console di Python tramite la seguente funzione:
Frame = makeFrame(baseobj, profile)
- Crea un oggetto
Frame
da un datobaseobj
e unprofile
.
Esempio:
import Draft, Arch
Line = Draft.makeLine(FreeCAD.Vector(0, 0, 0), FreeCAD.Vector(0, 0, 2000))
baseobj = Draft.makeArray(Line, FreeCAD.Vector(1000, 0, 0), FreeCAD.Vector(0, 1, 0), 6, 1)
profile = Draft.makeCircle(200)
Frame = Arch.makeFrame(baseobj, profile)
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