feat(frame): complete frame controls
Preserve frame geometry for selection while separating viewport and plot visibility across supported reference entities. Refs #642
This commit is contained in:
commit
44efb8fd53
88 changed files with 1529 additions and 693 deletions
|
|
@ -1404,11 +1404,19 @@ draw =
|
|||
.usage-attdisp-on-off-normal = Utilisation : ATTDISP ON | OFF | NORMAL
|
||||
.usage-polysolid-width-height-select-a-polyline = Utilisation : POLYSOLID <width> <height> (select a polyline first)
|
||||
.usage-pyramid-radius-height-sides-default-4-si = Utilisation : PYRAMID <radius> <height> [sides] (default 4 sides)
|
||||
.wipeout-specify-first-point-or-polyline = WIPEOUT Spécifier le premier point ou [Polyligne]:
|
||||
.wipeout-specify-first-point-or-polyline = WIPEOUT Spécifier le premier point ou [Cadres/Polyligne] <Polyligne> :
|
||||
.wipeout-specify-next-point-or-undo-close-n-poi = WIPEOUT Spécifiez le point suivant ou [Désactiver/Fermer] (__ocs_arg_n__ points):
|
||||
.wipeout-polyline-select-a-closed-planar-polyli = WIPEOUT Polyligne Sélectionnez une polyligne plane fermée :
|
||||
.wipeout-rectangular-specify-first-corner = WIPEOUT Rectangulaire Précisez le premier coin :
|
||||
.wipeout-rectangular-specify-opposite-corner = WIPEOUT Rectangulaire Spécifiez le coin opposé:
|
||||
.wipeout-frames-enter-frame-mode = WIPEOUT Cadres Entrez le mode de cadre [Désactivé/Activé/AfficherSansTracer] <__ocs_arg_mode__> :
|
||||
.wipeout-polyline-erase-source = WIPEOUT Polyligne Effacer la polyligne source ? [Oui/Non] <Non> :
|
||||
.wipeout-polyline-invalid = WIPEOUT Polyligne : sélectionnez une polyligne 2D droite, fermée et plane comportant au moins 3 sommets sans intersection.
|
||||
.setvar-frame-range = SETVAR : __ocs_fmt_0__ exige 0, 1 ou 2.
|
||||
.frames = Cadres
|
||||
.display-but-not-plot = Afficher sans tracer
|
||||
.frames-on-not-plotted = Cadres activés, non tracés
|
||||
.image-adjust = Réglage de l’image
|
||||
.x-ray = Rayon X
|
||||
.xline-specify-a-point = XLINE Spécifiez un point:
|
||||
.xline-specify-through-point = XLINE Spécifiez par le point:
|
||||
|
|
|
|||
Loading…
Reference in a new issue