TechDraw NewArch/ru
Jump to navigation
Jump to search
Outdated translations are marked like this.
This command exists up to version 0.18. Starting from version 0.19 it is replaced by TechDraw ArchView
Расположение в меню |
---|
TechDraw → ArchView |
Верстаки |
TechDraw |
Быстрые клавиши |
Представлено в версии |
- |
См. также |
Description
The ArchView tool inserts a view of an Arch SectionPlane on a TechDraw page.
Usage
- Select an Arch section plane in the 3D view or in the tree
- If you have multiple drawing pages in your document, you will need to select the desired page in the tree.
- Press the
ArchView button
- A view of the objects seen by the section plane will appear on the page.
Limitations
The ArchView is rendered within the Arch Workbench, therefore TechDraw has limited control over its appearance. You may need to make changes within Arch to get the representation you want.
Options
- The Arch View is rendered by the Arch Module, the same way as in the Drawing Workbench. See Notes.
- Draft Dimensions, Draft Texts and any other 2D (Sketch or Draft) object considered by the section plane is rendered "as is" (no intersection or hidden lines) on top of the solid geometry
- The volume of Arch Spaces is not rendered, only the label will be rendered
- Cut lines, projected lines (if Show Hidden property is set to True) and 2D lines above can be rendered with different line widths. This can be configured in the Arch preferences.
- The ArchView has two rendering modes: Wireframe, which uses the OpenCasCade algorithms of the Drawing Module, is fast and produces only lines (no face fill possible), and Solid, which is based on the Painter's algorithm, and is capable of rendering faces filled with their shape color. However, it is much slower and can fail in many situations. The image below illustrates the difference between the two rendering modes:
- Only the base line of Arch Pipes is rendered, not the full volume of the tube:
Properties
- DataSource: The section plane object to be displayed
- DataAll On: If hidden objects must be shown or not. If False, only objects that are visible in the 3D view are rendered
- DataRender Mode: The render mode to use, Solid or Wireframe
- DataShow Hidden: If the hidden geometry (the part of the goemetry that lies behind the section plane) is shown or not. It will be rendered in dashed line, which can be configured in the Arch preferences.
- DataShow Fill: If cut areas must be filled with a grey color or not
- DataLine Width: The width of the main lines. Cut lines and projected/2D line widths ratios can be configured in the Arch preferences
- DataFont Size: The size of all texts that appear in this view
Scripting
See also: TechDraw API and FreeCAD Scripting Basics.
The New Arch tool can be used in macros and from the Python console by using the following functions:
dv = FreeCAD.ActiveDocument.addObject('TechDraw::DrawViewArch','TestArch')
dv.Source = mySectionPlane
rc = page.addView(dv)
TechDraw
- Pages: New Default, New Pick
- Views: New View, New Projection Group, New Section, New Detail, New Annotation, New Draft, New Arch, Spreadsheet
- Clips: Clip, ClipPlus, ClipMinus
- Dimensions: New Length, New Horizontal, New Vertical, New Radius, New Diameter, New Angle, New Angle3Pt, New Links
- Decoration: Hatch Area, Geometric Hatch, New Symbol, New Image, Toggle Frames
- Utilities: SaveSVG, SaveDXF
- Additional: Preferences, Import-Export Preferences; Hatching, LineGroup, Templates; TechDraw API, TechDrawGui API
Документация пользователя

- Установка: Windows, Linux, Mac; Начинающим
- Базовая: О FreeCAD, Верстаки, Настройки, Структура документа, Настройка интерфейса, Свойства, Модель мыши; Учебники
- Верстаки: Arch, Draft, FEM, Image, Inspection, Mesh, OpenSCAD, Part, PartDesign, Path, Plot, Points, Raytracing, Reverse Engineering, Robot, Ship, Sketcher, Spreadsheet, Start, Surface workbench, TechDraw, Test Framework, Web
- Скрипты: Введение в Python, Учебник скриптов FreeCAD, Основы скриптов FreeCAD, Установка макросов, Команды графического интерфейса, Единицы Модули: Создание модулей, Создание верстаков, Добавление верстаков Сетки: Сеточные скрипты, Модуль сеток Детали: Модуль Part, Скрипты топологических данных, PythonOCC, Из Mesh в Part Coin scenegraph: The Coin/Inventor scenegraph, Pivy Интерфейс Qt: PySide, Использование графического интерфейса FreeCAD, Создание диалогов Параметрические объекты: Скриптовые объекты Прочее: Кусочки кода, Функции рисования линий, Встраивание FreeCAD, Библиотека векторной математики FreeCAD, Хаб опытных пользователей, Python, Макросы, Основы скриптов FreeCAD, Topological data scripting