Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WIP] Sketcher: Add circle distance / radius offset constraint #5439

Conversation

davidosterberg
Copy link
Contributor

@davidosterberg davidosterberg commented Jan 25, 2022

This is a work in progress to add distance constraints between circles with the aim of creating dimensional constraints between circles and arcs. Forum discussion

https://forum.freecadweb.org/viewtopic.php?f=19&t=65624

This is the goal:

image

and

image

@@ -312,6 +312,12 @@ namespace GCS
bool flipn1, bool flipn2,
int tagId, bool driving = true);

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you add a comment here distinguishing this block from the one above and below it?

@freecadci
Copy link

pipeline status for feature branch PR_5439. Pipeline 456257551 was triggered at e281e9b. All CI branches and pipelines.

@luzpaz luzpaz added WB Sketcher Related to the Sketcher Workbench and removed ✏️ Sketcher labels Feb 8, 2022
@luzpaz luzpaz linked an issue Feb 15, 2022 that may be closed by this pull request
@donovaly donovaly added the Feature FR for improvements or new features label Apr 3, 2022
@chennes chennes removed the For 0.21 label Jun 24, 2022
@chennes
Copy link
Member

chennes commented Nov 8, 2022

@davidosterberg we haven't seen you around in a while -- are you still working on this project?

@davidosterberg
Copy link
Contributor Author

@chennes unfortunately life came in the way. I have not been able to work on FreeCAD. Maybe I will get back to it one day. But for now this can be closed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature FR for improvements or new features WB Sketcher Related to the Sketcher Workbench
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Dimension between 2 concentric circles
6 participants