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:

can?

Members
  • Posts

    4
  • Joined

  • Last visited

    Never

can?'s Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Sorry for my sloppy explanation Writing the selected objects in an array and writing a For Each obj In Objects ...Next kind of a loop. This is where I am right now...Hopefully not on the very wrong track. And after all this I will be putting this reds array to a geometry tab in Operations manager For i=0 To 500 Step 1 If i=0 Then RewindChains() Else MoveToNextChain() End If color = GetEntityColor() If color = 13 Then eptr = GetEntityEptr() Redim Preserve reds(count) reds(count) = eptr End If Next
  2. Does anyone knows how to use this SetEntityFromEptr function. I can get the eptr, what ever eptr means. And Masetrcam says it is 64807088.... But but when it comes to setting back active again, it doesnt happen... This is the only way I found to flip through my objects in the drawing. Can Anyone help? If there are any other ideas I am open.... CAN
  3. Hi; I am trying to write a very basic script in MasterCam VB. But I need to know, how to say chain everyting, Then go through them 1by1 and if red something if black something. Or Add all reds to this geomtry operation. It should be very basic but I am not greatly familiar with masterCam VB. Can anyone help???? Thank Can
  4. Hi; I am trying to write a very basic script in MasterCam VB. But I need to know, how to say chain everyting, Then go through them 1by1 and if red something if black something. Or Add all reds to this geomtry operation. It should be very basic but I am not greatly familiar with masterCam VB. Can anyone help???? Thank Can

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...