Changeset 4508 for trunk/GSASIIplot.py
- Timestamp:
- Jun 23, 2020 5:41:27 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/GSASIIplot.py ΒΆ
r4507 r4508 9065 9065 GL.glTranslate(-Tx,-Ty,-Tz) 9066 9066 drawingData['modelView'] = GL.glGetDoublev(GL.GL_MODELVIEW_MATRIX) 9067 # if drawingData['unitCellBox']:9068 # if drawingData['Plane'][1]:9069 # H,phase,stack,phase,color = drawingData['Plane']9070 # Planes = G2lat.PlaneIntercepts(Amat,H,phase,stack)9071 # for plane in Planes:9072 # RenderPlane(plane,color)9073 # RenderBox()9074 9067 if drawingData['showABC']: 9075 9068 x,y,z = drawingData['viewPoint'][0]
Note: See TracChangeset
for help on using the changeset viewer.