Tuesday, December 6, 2011

Make Bezier curve path in plug in

I could get the codes to draw paths in automation plug-in with the listener log file. But some paths are not shown in it. Such as the B茅zier curve path.

I try to use the getter plug in. The fuction ''SPErr PlayGetting Work Path Info'' is to draw path. But the code like this is not work rightly.
---------------------------------------------------

error = sPSActionControl-%26gt;StringIDToTypeID(''Getting Work Path Info'', %26amp;runtimeEventID);
if (error) goto returnError;

error = sPSActionControl-%26gt;Play(%26amp;result, runtimeEventID, desc00001040, plugInDialogSilent);
if (error) goto returnError;

-------------------------------------------------------

Could you tell me how to draw B茅zier curve path? How to used the codes from ''getter'' plug in rightly?

Please help me. Thanks a lot.
  • going to release
  • No comments:

    Post a Comment