Sketcher shortcuts…

In diesem Forum Fragen und Diskussionen in Deutsch
Forum rules
Foren-Regeln und hilfreiche Informationen

WICHTIG: Bitte zuerst lesen, bevor Sie posten
Post Reply
rynn
Posts: 454
Joined: Tue Jul 31, 2018 7:00 am

Sketcher shortcuts…

Post by rynn »

Hallo,

scheinbar haben sich die Sketcher shortcuts geändert. git commit 0926a4148bcff11249fd4f56bc30256102ffe105

Den Unterschied zwischen
Sketcher_CompConstrainRadDia / Constrain arc or circle (shortcut: R ) und
Sketcher_ConstrainRadiam / Constrain auto radius/diameter (shortcut: K, S )
verstehe ich nicht. Das ist für mich das gleiche.

Gibt es eigentlich einen shortcut um einen constrain zu editieren? Dreifach-klick ist irgendwie umständlich.

Liste von shortcuts aus dem code:

Code: Select all

Constrain coincident                      C
Constrain equal                           E
Create arc by three points                G, 3, A
Create circle by three points             G, 3, C
Create ellipse by 3 points                G, 3, E
Create arc by center                      G, A
Create B-spline                           G, B, B
Create periodic B-spline                  G, B, P
Create circle                             G, C
Create an arc of ellipse                  G, E, A
Create ellipse by center                  G, E, E
Create fillet                             G, F, F
Create corner-preserving fillet           G, F, P
Create an arc of hyperbola                G, H
Create an arc of parabola                 G, J
Create line                               G, L
Create polyline                           G, M
Toggle construction geometry              G, N
Create rounded rectangle                  G, O
Create equilateral triangle               G, P, 3
Create square                             G, P, 4
Create pentagon                           G, P, 5
Create hexagon                            G, P, 6
Create heptagon                           G, P, 7
Create octagon                            G, P, 8
Create regular polygon                    G, P, P
Create regular polygon                    G, P, R
Extend edge                               G, Q
Create rectangle                          G, R
Create slot                               G, S
Trim edge                                 G, T
Create centered rectangle                 G, V
Carbon copy                               G, W
External geometry                         G, X
Create point                              G, Y
Split edge                                G, Z
Constrain horizontally                    H
Constrain vertical distance               I
Constrain angle                           K, A
Constrain block                           K, B
Constrain distance                        K, D
Constrain lock                            K, L
Constrain diameter                        K, O
Constrain radius or weight                K, R
Constrain auto radius/diameter            K, S
Constrain refraction (Snell's law')       K, W
Toggle driving/reference constraint       K, X
Activate/deactivate constraint            K, Z
Constrain horizontal distance             L
Constrain perpendicular                   N
Constrain point onto object               O
Constrain parallel                        P
View sketch                               Q, P
View section                              Q, S
Constrain arc or circle                   R
Constrain symmetrical                     S
Constrain tangent                         T
Constrain vertically                      V
Rectangular array                         Z, A
Copy                                      Z, C
Select associated geometry                Z, E
Select unconstrained DoF                  Z, F
Select horizontal axis                    Z, H
Show/hide internal geometry               Z, I
Connect edges                             Z, J
Select associated constraints             Z, K
Clone                                     Z, L
Move                                      Z, M
Select origin                             Z, O
Select conflicting constraints            Z, P, C
Select malformed constraints              Z, P, M
Select partially redundant constraints    Z, P, P
Select redundant constraints              Z, P, R
Remove axes alignment                     Z, R
Symmetry                                  Z, S
Select vertical axis                      Z, V
Close shape                               Z, W
Switch virtual space                      Z, Z
Convert geometry to B-spline              
Copy                                      
Decrease B-spline degree                  
Decrease knot multiplicity                
Delete all constraints                    
Delete all geometry                       
Increase B-spline degree                  
Increase knot multiplicity                
Show/hide B-spline control point weight   
Show/hide B-spline control polygon        
Show/hide B-spline curvature comb         
Show/hide B-spline degree                 
Show/hide B-spline knot multiplicity      
User avatar
M4x
Veteran
Posts: 1474
Joined: Sat Mar 11, 2017 9:23 am
Location: Germany

Re: Sketcher shortcuts…

Post by M4x »

Ja, die Testphase läuft gerade.

Bei Interesse ab hier lesen: https://forum.freecadweb.org/viewtopic. ... 10#p539914

Bzgl. R ist das hier der aktuelle Stand meine ich:
abdullah wrote: Sat Oct 16, 2021 7:14 am [...]
The currently selected radius tool will be assigned "R". This does not interfere with those who want to use a specific radius/diameter/smart tool for a specific situation, but it enables a normal user to select once the flavour he wants to use and then trigger that with "R".
[...]
Bin noch nicht so zum Testen gekommen. Auf mir liegt gerade ein krankes Kind... :roll:
abdullah
Veteran
Posts: 4935
Joined: Sun May 04, 2014 3:16 pm
Contact:

Re: Sketcher shortcuts…

Post by abdullah »

M4x wrote: Sun Oct 24, 2021 11:47 am Ja, die Testphase läuft gerade.

Bei Interesse ab hier lesen: https://forum.freecadweb.org/viewtopic. ... 10#p539914

Bzgl. R ist das hier der aktuelle Stand meine ich:
abdullah wrote: Sat Oct 16, 2021 7:14 am [...]
The currently selected radius tool will be assigned "R". This does not interfere with those who want to use a specific radius/diameter/smart tool for a specific situation, but it enables a normal user to select once the flavour he wants to use and then trigger that with "R".
[...]
Bin noch nicht so zum Testen gekommen. Auf mir liegt gerade ein krankes Kind... :roll:
Genau!

Diese smart Radius ist schön, aber manchmal ein bischen zu klug. Gute Besserung für ihres Kind.
rynn wrote: Sun Oct 24, 2021 10:30 am Gibt es eigentlich einen shortcut um einen constrain zu editieren? Dreifach-klick ist irgendwie umständlich.
Bedauerlich gibt es noch nicht. Zurzeit gibt es kein Kommand dafür. Aber, ich denke Sie haben recht. Wir sollten ein solches Kommand haben (und dann, selbstverstandlich, ein Shortcut dafür)... Danke.
C4e
Posts: 324
Joined: Thu Jan 20, 2022 9:31 pm

Re: Sketcher shortcuts…

Post by C4e »

Wie steht es um 'D' für diameter?
Post Reply