Arch Grid/es
This page has been updated for that version.
Arch Grid |
Ubicación en el Menú |
---|
Arch → Axis tools → Grid |
Entornos de trabajo |
Arch |
Atajo de teclado por defecto |
Ninguno |
Introducido en versión |
- |
Ver también |
Arch Axis/es, Arch AxisSystem/es |
Descripción
La herramienta Grid/Grilla le permite colocar un objeto similar a una cuadrícula en el documento. Este objeto sirve como base para construir objetos Arch que necesitan un marco regular pero complejo, como ventanas, muros cortina, rejillas de columnas, barandas, etc. El objeto Grilla se puede editar como una hoja de cálculo, donde puede agregar o eliminar columnas y filas, definir su tamaño y combinar celdas.
La grilla es un objeto 2D y, por lo tanto, puede utilizarse en cualquier lugar donde se necesite una forma 2D como Draft o Sketch, pero también puede comportarse como un Arch AxisSystem, y se usará para propagar la ubicación de otros objetos de Arch.
La imagen de arriba muestra una grilla de columnas, un sistema de barandillas y una ventana, cada una basada en un objeto grilla.
Utilización
- Presione el botón Arch Grid
- Establezca el Ancho y Altura de la grilla en las propiedades
- Ingrese al modo de edición haciendo doble clic en el objeto de la grilla en la vista de árbol
- Agregar filas y columnas
- Establezca el ancho y el alto deseados de filas y columnas haciendo doble clic en los encabezados de fila o columna
Opciones
- Un ancho de columna o una altura de fila de 0 significa que su tamaño se adaptará automáticamente para ajustarse al ancho / alto total de la grilla
- Las celdas se pueden fusionar y no fusionar seleccionándolas y haciendo clic en el botón apropiado
- Cuando se usa como la propiedad Eje de otros objetos Arch, la grilla controlará el posicionamiento de estos objetos. La propiedad Salida de puntos define cómo se colocan los otros objetos en la grilla: en vértices, puntos medios del borde o centros de caras
- Al establecer las propiedades Auto Height o Auto Width en un valor distinto de cero, se ignora el número total de filas / columnas y sus alturas / anchuras individuales. En cambio, se crea automáticamente la cantidad máxima de columnas o filas del auto especificado ancho / alto
Propiedades
- DATOSRows: el número de filas
- DATOSColumns: el número de columnas
- DATOSRow Size: los tamaños para las filas
- DATOSColumn Size: los tamaños de las columnas
- DATOSPoints Output: el tipo de puntos 3D producidos por este objeto de cuadrícula
- DATOSWidth: el ancho total de esta grilla
- DATOSHeight: la altura total de esta grilla
- DATOSAuto Width: crea divisiones de columna automáticas (se establece en 0 para deshabilitar)
- DATOSAuto Height: crea divisiones de filas automáticas (establecido en 0 para deshabilitar)
- DATOSReorient: cuando está en el modo de punto medio de borde, si esta grilla debe reorientar sus hijos a lo largo de las normales de borde o no
- DATOSHidden Faces: los índices de caras para ocultar
Scripting
Programación
La herramienta grilla se puede usar en macros y desde la consola de python mediante la siguiente función:
Grid = makeGrid(name="Grid")
- Creates a
Grid
object.
Its Width
, Height
, Rows
, and Columns
attributes can be changed directly to define the appearance of the grid.
import FreeCAD, Draft, Arch
Grid = Arch.makeGrid()
Grid.Width = 5000
Grid.Height = 5000
Grid.Rows = 4
Grid.Columns = 6
FreeCAD.ActiveDocument.recompute()
Structure = Arch.makeStructure(length=200, width=200, height=100)
Draft.move(Structure, FreeCAD.Vector(-100, 0, 0))
Structure.Axis = Grid
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