Changeset 4606 for trunk/GSASIIconstrGUI.py
- Timestamp:
- Oct 18, 2020 8:36:25 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIconstrGUI.py
r4605 r4606 3018 3018 Indx[refSel.GetId()] = i 3019 3019 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 3022 axes for rigid bodies with the three atoms, A, B and C. 3023 The vector from B to A defines the x-axis and the y axis is placed 3024 in the plane defined by B to A and C to A. A,B,C must not be collinear. 3026 3025 ''' 3027 3026 hlp = G2G.HelpButton(VectorRBDisplay,refHelpInfo,wrap=400) … … 3386 3385 refAtmSizer.Add(molcent,0,WACV) 3387 3386 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 3388 axes for rigid bodies with the three atoms, A, B and C. 3389 The vector from B to A defines the x-axis and the y axis is placed 3390 in 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 3395 rigid body to be the midpoint of all atoms in the body (not mass weighted). 3396 3396 ''' 3397 3397 hlp = G2G.HelpButton(ResidueRBDisplay,refHelpInfo,wrap=400)
Note: See TracChangeset
for help on using the changeset viewer.