FreeCAD/FreeCAD

[Feature] Sketcher: Automatic projection of external geometry for dimensions

Open

#10,055 opened on Aug 3, 2023

View on GitHub
 (4 comments) (4 reactions) (0 assignees)C++ (5,550 forks)batch import
GSoCHelp wantedMod: SketcherTopic: User InterfaceType: Feature

Repository metrics

Stars
 (30,913 stars)
PR merge metrics
 (Avg merge 24d 7h) (217 merged PRs in 30d)

Description

Is there an existing issue for this?

  • I have searched the existing issues

Version

0.21 (Development)

Full version info

[code]
OS: Manjaro Linux (KDE/plasma)
Word size of FreeCAD: 64-bit
Version: 0.21.0.33682 (Git)
Build type: Unknown
Branch: master
Hash: 9dce2525f8efe0873787f4388f10e11e168fe16b
Python 3.11.3, Qt 5.15.10, Coin 4.0.1, Vtk 9.2.6, OCC 7.6.3
Locale: English/United States (en_US)
Installed mods: 
  * A2plus 0.4.60n
  * Assembly3 0.12.0
  * Assembly4 0.50.2
[/code]

Subproject(s) affected?

None

Problem description

I would like to propose an easy improvement in the Sketcher module that can make it easier to use and faster.

While using the following button commands: "Constrain horizontal distance" & "Constrain vertical distance"

It would be great to run highlight edges from "Create external geometry" when the mouse hovers above external geometries and in case the user clicks, to create the external geometry automatically.

I think all the functionality is existing already.

This way the user can create constraints directly to the edges of the body without additional clicks.

Anything else?

No response

Code of Conduct

  • I agree to follow this project's Code of Conduct

Contributor guide