Revision: 76282
          http://sourceforge.net/p/brlcad/code/76282
Author:   brlcad
Date:     2020-07-08 14:19:56 +0000 (Wed, 08 Jul 2020)
Log Message:
-----------
update help messages for e_id, eac, edcomb, item, regdef, reid, relos, and 
remat to consistently denote ID and los%.  do not present ident as being 
synonymous with regionID as idents are used elsewhere to imply all of them.  
eliminate references to assembly as inconsistent terminology.

Modified Paths:
--------------
    brlcad/trunk/src/tclscripts/mged/help.tcl

Modified: brlcad/trunk/src/tclscripts/mged/help.tcl
===================================================================
--- brlcad/trunk/src/tclscripts/mged/help.tcl   2020-07-08 13:29:53 UTC (rev 
76281)
+++ brlcad/trunk/src/tclscripts/mged/help.tcl   2020-07-08 14:19:56 UTC (rev 
76282)
@@ -149,13 +149,13 @@
 set mged_help_data(dup)                $helplib_data(wdb_dup)
 set mged_help_data(E)          $helplib_data(dgo_E)
 set mged_help_data(e)          $helplib_data(dgo_draw)
-set mged_help_data(e_id)       {{ident[-ident] ...} {Edits object(s) with the 
specified ident number or within the hyphenated ident ranges.
+set mged_help_data(e_id)       {{regionID[-regionID] ...} {Edits object(s) 
with the specified region ID number or within the hyphenated range(s).
 
 Example: e_id 1000 2000 3000-4000}}
-set mged_help_data(eac)                {{air_code(s)}  {display all regions 
with given air code}}
+set mged_help_data(eac)                {{air_code(s)}  {display all regions 
with given air code(s) (i.e., numbers >=0)}}
 set mged_help_data(echo)       {{[text]}       {echo arguments back}}
 set mged_help_data(edcodes)    {{[-n] object(s)}       {edit region ident 
codes.   only reports matches without renaming with the -n option.}}
-set mged_help_data(edcomb)     {{combname Regionflag regionid air los 
[material]}      {edit combination record info}}
+set mged_help_data(edcomb)     {{combname regionflag regionID airID los% 
[materialID]} {edit combination record info}}
 set mged_help_data(edgedir)    {{[delta_x delta_y delta_z]|[rot fb]}   {define 
direction of ARB edge being moved}}
 set mged_help_data(edmater)    {{comb(s)}      {edit combination materials}}
 set mged_help_data(erase)      {{<objects>}    {remove objects from the 
screen}}
@@ -187,7 +187,7 @@
 set mged_help_data(ill)                {{name} {illuminate object}}
 set mged_help_data(in)         {{[-f] [-s] parameters...}      {keyboard entry 
of solids.  -f for no drawing, -s to enter solid edit}}
 set mged_help_data(inside)     {{[outside_solid new_inside_solid thicknesses]} 
{finds inside solid per specified thicknesses. Note that in an edit mode the 
edited solid is used for the outside_solid and should not appear on the command 
line }}
-set mged_help_data(item)       {{region ident [air [material [los]]]}  {set 
region ident codes}}
+set mged_help_data(item)       {{region regionID [airID [materialID [los%]]]}  
{set region ident codes}}
 set mged_help_data(joint)      {{command [options]}    {articulation/animation 
commands}}
 set mged_help_data(journal)    {{[-d] fileName}        {record all commands 
and timings to journal}}
 set mged_help_data(keep)       $helplib_data(wdb_keep)
@@ -258,12 +258,12 @@
 set mged_help_data(red)                {{object}       {edit a group or region 
using a text editor}}
 set mged_help_data(refresh)    {{}     {send new control list}}
 set mged_help_data(regdebug)   {{[number]}     {toggle display manager 
debugging or set debug level}}
-set mged_help_data(regdef)     {{ident [air [los [material]]]} {change next 
region default codes}}
+set mged_help_data(regdef)     {{regionID [airID [los% [materialID]]]} {change 
next region default codes}}
 set mged_help_data(regions)    {{file object(s)}       {make ascii summary of 
regions}}
-set mged_help_data(reid)       {{assembly regionID}    {incrementally assign 
region IDs to all regions under a given assembly starting with the given region 
ID number}}
+set mged_help_data(reid)       {{comb regionID}        {incrementally assign 
region IDs to all regions under a given combination starting with the given 
region ID number}}
 set mged_help_data(release)    {{[name]}       {release display processor}}
-set mged_help_data(relos)      {{assembly LOS} {assign the same LOS to all 
regions under some given assembly}}
-set mged_help_data(remat)      {{assembly materialID}  {assign the same 
material ID number to all regions under some given assembly}}
+set mged_help_data(relos)      {{comb los%}    {assign same line-of-sight 
thickness percentage to all regions under a given combination}}
+set mged_help_data(remat)      {{comb materialID}      {assign the same 
material ID number to all regions under a given combination}}
 set mged_help_data(reset)      {{}     {Reset view such that all solids can be 
seen}}
 set mged_help_data(rfarb)      {{}     {makes arb given point, 2 coord of 3 
pts, rot, fb, thickness}}
 set mged_help_data(rm)         $helplib_data(wdb_remove)

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.



_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to