Release notes 1.1/ru

Other languages:
FreeCAD 1.1 находится в стадии разработки, дата выхода пока не сообщается.

Не хватает функций? Укажите их в ветке форума Release notes for v1.1.

О том, как внести свой вклад в FreeCAD, читайте на станице Помоги FreeCAD.

Все изображения на этой странице должны использовать суффикс _relnotes_1.1


FreeCAD 1.1 was released on D Month Year, get it from the Download page. This page lists all new features and changes.

Older FreeCAD release notes can be found in the Feature list.

Placeholder for an eye-catching image selected by the admins from the user showcases forum.

General

User interface

Three-point lighting was added to improve the rendering of 3D models.

Pull request #19397

Further user interface improvements

Core system and API

Core

Core Datum tools were implemented to create coordinate systems, datum planes, datum lines and datum points which can be attached and also used in Assembly.

Pull request #18332


Click on the image if the animation does not start.
The Transform tool was overhauled and now allows for precise inputs besides dragging in the 3D view. It is possible to align the interactive dragger to any element in the document and to transform the object in that local (U, V, W) coordinate system of the dragger, or in the global document coordinate system. The dragger can be aligned to the object's origin as before, and also to the center of mass of the object. It has a new feature to move the object (at the location of the dragger) to a target location in the document and flip the orientation. See all new options.

Pull request #17564

API

Removed Python API

Changed Python API

New Python API

Start

Addon Manager

Assembly Workbench

Further Assembly improvements

  • The new core datums can be used for attaching joints to assemble multiple parts. Pull request #18332

BIM Workbench

Further BIM improvements

  • The Views panel got an overhaul and now has a section for all 2D views. Pull request #15836
  • NativeIFC support for 2D objects was added to BIM, allowing to embed 2D objects (linework, texts, dimensions) inside IFC files, as well as opening such files from other BIM apps. Pull request #16629
  • The Schedule dialog gained support for simple arrays (e.g. non-nested). This enables regular and link arrays (both either expanded or not expanded) to be processed for further calculations in the BIM Schedule report. Pull request #19219

CAM Workbench

Further CAM improvements

Draft Workbench

Further Draft improvements

FEM Workbench

A popup menu was added to enable the selection of a proper solid if the selected face of CompSolid belongs to two solids. This makes it easier to select inner solids e.g. to apply materials to them.

Pull request #18812

ZRefine property was added to Netgen making it possible to create simple extruded hex-dominated meshes when Quad Dominated property is enabled. However, it works only for first order elements unless the generated elements are all hexahedrons.

Pull request #19524


Click on the image if the animation does not start.
FEM results objects now support animations of results.

Pull request #18496

Support for Elmer's static current conduction solver was added. Joule heating may also be calculated with it.

Pull request #19835

The Results pipeline can now store results from multiple frames.

Pull request #19610

Calculator filter was added to allow the creation of custom fields by defining mathematical expression operating on the existing fields.

Pull request #20286

Further FEM improvements

Material Workbench

Further Material improvements

Mesh Workbench

Further Mesh improvements

OpenSCAD Workbench

Further OpenSCAD improvements

Part Workbench

Further Part improvements

  • The Check geometry tool now also has results entries for valid shapes, shows skipped objects and generates reports in the report view.

PartDesign Workbench


Click on the image if the animation does not start.
The task panel of the Hole tool was redesigned. The elements that are not relevant are now hidden, leaving only those useful for the current configuration, even if they are read-only. The panel is based on a diagram that provides direct context, and its elements have been placed near their area of effect.

Pull request #19052 and Pull request #19167


Click on the image if the animation does not start.
Added model taper support and more thread profiles to the Hole tool:

Pull request #15744

Further PartDesign improvements

  • The origin feature in a PartDesign body makes use of the new core datums. The appearance has been changed and the planes enlarge when creating a new sketch. As the orientation was wrong in older FreeCAD versions, files created with these versions need to be converted on opening. It can break files which reference the datums, and converted or new files created with 1.1 and above will be broken in 1.0 and below. Pull request #18126
  • The Toggle freeze command is now available from PartDesign. Pull request #18373
  • The performance of modeled threads from the Hole tool has been improved. Pull request #15744
  • The initial angle for tapered threads in the Hole tool is now automatically set to the value from the ISO 7-1 and ASME B1.20.1 standards. Pull request #15744

Points Workbench

Further Points improvements

Sketcher Workbench


Click on the image if the animation does not start.
Projection tool was added making it possible to create defining external geometry and toggle between defining and construction modes for external geometry.

Pull request #17736

Intersection tool was added making it possible to create external geometry based on the selected reference geometry and the intersection of the sketch plane.

Pull request #17736


Click on the image if the animation does not start.
External geometry (both projection and intersection) can now be created by selecting a face.

Pull request #17736

Further Sketcher improvements

  • It is now possible to directly use external geometry as input for tools like offset or transform (array), for both external construction and defining geometry. Pull request #17615
  • External geometry (projected or intersecting) is now by default real (defining) geometry (which does not need to be traced as in 1.0 and prior). It can be toggled to construction geometry as any other geometry Pull request #17736
  • The Sketcher axes are now displayed with infinite length. Pull request #17312
  • Sketches are now ordered alphabetically in the Attach sketch dialog. Pull request #16518
  • Group dragging was added, making it possible to drag all the selected geometrical entities. Pull request #18273
  • There is a new preference that, if checked, makes external geometry creation independent of the current construction mode - it is always created as reference geometry in such a case. Pull request #18697
  • A preference was added to allow optional grouping of the Line and Polyline tools. Pull request #20165

Spreadsheet Workbench

Further Spreadsheet improvements

Surface Workbench

Further Surface improvements

TechDraw Workbench

Further TechDraw improvements

Import and export

  • The alignment of sketches in SVG export and legacy DXF export has been fixed. Pull request #19765

Compilation

Known limitations

Other resources