Jump to content

Welcome to eMastercam

Register now to participate in the forums, access the download area, buy Mastercam training materials, post processors and more. This message will be removed once you have signed in.

Use your display name or email address to sign in:

Shake

Members
  • Posts

    4
  • Joined

  • Last visited

    Never

Everything posted by Shake

  1. I have the same problem. :| SIM disconnected error, Invalid SIM error code 3 on start up and erroneous system tolerance = 9.00005 on start up.... I've just uninstalled MR1, and reinstalling now. hope this solve the problemmm... ))))))
  2. Hi,I'm coding a small chook dll. and I have a question about operation group list. Is there any sample code using list_grp_append_ents?? I'm trying to append a oparation to another group,I know how to add new empty group in operation manager. any idea?????? op_list *opl; list_manager (OP_ID, "", LSTMGR_GET, (void **)&opl); while (opl != NULL) { list_grp_append_ents ("Toolpath Group 2", // I: new group name 1, // I: number of ents in eptr list, 0=use .sel ents &opl->eptr, // I: list of entity eptrs succf); opl=opl->next_ptr; } [code]
  3. hello Does anybody know how to append an operation to Toolpath Group 2"?, I'm trying like this, pelase anyone help me code: op_list *opl; list_manager (OP_ID, "", LSTMGR_GET, (void **)&opl); while (opl != NULL) { list_grp_append_ents ("Toolpath Group 2", // I: new group name 1, // I: number of ents in eptr list, 0=use .sel ents &opl->eptr, // I: list of entity eptrs succf); opl=opl->next_ptr; }
  4. 1.execute "Setup.exe -R" to record the Response File (c:winntsetup.iss) 2.copy setup.iss to same folder,and execute "Setup.exe -s -f1 setup.iss" http://helpnet.installshield.com/robo/proj...ib/SetupIss.htm http://helpnet.installshield.com/robo/proj...hieldSilent.htm

Join us!

eMastercam - your online source for all things Mastercam.

Together, we are the strongest Mastercam community on the web with over 56,000 members, and our online store offers a wide selection of training materials for all applications and skill levels.

Follow us

×
×
  • Create New...