Index of the vdraw module
-
m
base.drawing.vdraw
...
- drawing and graphics related routines to use as mixin classes with objects of real
3d space
-
f
constrain_draw
...
- for constraining the drawing position of points where largs values
relative to the scene scale can cause display prblems. The option to
turn off drawing constraints and the 'MAX' constant is by editing the
pygeoopts.py file
-
C
drawLine
...
- drawing back-end for objects derived from the _Line class
-
C
drawSphere
...
- drawing back-end for objects derived from the _Sphere class
-
C
drawPointArray
...
- override the generalized array drawing back-end for _PointArrays, which
can draw the curves connecting the arrays points, as well as the points themselves
-
C
drawPlane
...
- drawing back-end for objects derived from the _Plane class
-
C
drawArray
...
- generalized drawing back-end for array objects, i.e. _LineArray, _CirclePencil ,etc.
-
C
drawCircle
...
- drawing back-end for objects derived from the _Circle class
-
C
drawTriangle
...
- drawing back-end for objects derived from the _Triangle class
-
C
drawPoint
...
- drawing back-end for objects derived from the _Point class