General communications protocol to pass crystal faces around
|
Methods
|
|
Begin Cell End Face
|
|
|
Begin
|
Begin ( self )
Called once when faces start coming in, before the first one |
|
|
Cell
|
Cell ( self, c )
Optionally called once before the faces to mark which cell is used |
|
|
End
|
End ( self )
Called after the last face. |
|
|
Face
|
Face (
self,
h,
k,
l,
d,
)
Called for each face.
d should be given in mm |
|