Ignore:
Timestamp:
Oct 18, 2020 8:36:25 AM (3 years ago)
Author:
vondreele
Message:

revise Orientation reference help text for Vector & Residue RBs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GSASIIconstrGUI.py

    r4605 r4606  
    30183018                    Indx[refSel.GetId()] = i
    30193019                    refAtmSizer.Add(refSel,0,WACV)
    3020                     refHelpInfo = '''
    3021 The Orientation reference control is used to tranform
    3022 the Cartesian
    3023 axes for rigid bodies with three atoms, A, B and C.
    3024 The vector from A to B defines the x-axis and the y axis is placed
    3025 in the plane defined by A to B and A to C.
     3020                refHelpInfo = '''
     3021* The "Orientation Reference" control defines the Cartesian
     3022axes for rigid bodies with the three atoms, A, B and C.
     3023The vector from B to A defines the x-axis and the y axis is placed
     3024in the plane defined by B to A and C to A. A,B,C must not be collinear.
    30263025'''
    30273026                hlp = G2G.HelpButton(VectorRBDisplay,refHelpInfo,wrap=400)
     
    33863385                refAtmSizer.Add(molcent,0,WACV)
    33873386                refHelpInfo = '''
    3388 * The "Orientation Reference" control is used to tranform
    3389 the Cartesian
    3390 axes for rigid bodies with three atoms, A, B and C.
    3391 The vector from A to B defines the x-axis and the y axis is placed
    3392 in the plane defined by A to B and A to C.
    3393 
    3394 %%* The "Center RB?" button will redefine the origin of the
    3395 rigid body to the midpoint of all atoms in the body (not mass weighted)
     3387* The "Orientation Reference" control defines the Cartesian
     3388axes for rigid bodies with the three atoms, A, B and C.
     3389The vector from B to A defines the x-axis and the y axis is placed
     3390in the plane defined by B to A and C to A. A,B,C must not be collinear.
     3391 
     3392%%* The origin is at A unless the "Center RB?" button is pressed.
     3393
     3394%%* The "Center RB?" button will shift the origin of the
     3395rigid body to be the midpoint of all atoms in the body (not mass weighted).
    33963396'''
    33973397                hlp = G2G.HelpButton(ResidueRBDisplay,refHelpInfo,wrap=400)
Note: See TracChangeset for help on using the changeset viewer.