Chris, could you provide a simple example of asm code where you call and display the data created by this? this is what I was using but it is missing the line on off values so my output is slightly jumbled:
o_model_test
jsr MOVEPEN
ldx #oModel_0 ; vector data
lda #14 ; number of vectors in the data
ldb #50 ; Scaling
jsr MOVEDRAW
rts