vdraw
drawing and graphics related routines to use as mixin classes with objects of real 3d space
Functions
f constrain_draw(pos) ...
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
Classes
C drawArray(...) ...
generalized drawing back-end for array objects, i.e. _LineArray, _CirclePencil ,etc.
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
Attributes
a PyGeoPrimtives
['frame', 'sphere', 'curve', 'label', 'convex', 'arrow', 'faces', 'pyramid', 'box', 'wiresphere']
See the source for more information.