| [ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
9.1.9 Other settings (Python)
- Method on mglGraph (Python):
voidSetMeshNum (intval) Sets approximate number of lines in Mesh(), Fall(), Grid() and also the number of hachures in Vect(), VectC(), Dew() and the number of cells in Cloud*(). By default (=0) it draws all lines/hachures/cells.
- Method on mglGraph (Python):
voidSetAxialDir (charval) Sets direction around which curve rotated in Axial() and Torus(). Default value is 'z'.
- Method on mglGraph (Python):
voidSetDrawFace (boolval) If set to
truethen it prevent faces drawing. It is useful for speeding up drawing (for example, during rotation and so on).
