Hi
I want to stroke a complex chain element and into an array of points. In V8i I used the function mdlElmdscr_stroke:
#define SCALE (mdlModelRef_getUorPerMaster(MASTERFILE))
if (mdlElmdscr_stroke(&pptdPts, &iVertices, pedCurve, 2.0 * SCALE) == SUCCESS…