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:

helio.b.teixeira

Verified Members
  • Posts

    14
  • Joined

  • Last visited

helio.b.teixeira's Achievements

Newbie

Newbie (1/14)

1

Reputation

  1. Good evening, How can I "temporarly" overlay a geometry on the workspace so that the user can easily position it? I know that I'm able to ask user for a specific point but sometimes the placement of the geometry is difficult since the user is unable to prior predict its overall dimesions... Thanks in advance. Regards, Hélio Teixeira
  2. Good evening, I'm having trouble opening 32bit dll using Mastercam X6. The history: -We made the all project using "AnyCPU" compilation. -No problems were detected and the app ran good. -RIght now we'r making integration with our MRP( for getting the parts list and dimensions) by a provided 32 bit unmanaged dll (originally programmed using Delphi). -We are only able to import this 32bit dll when runing a 32bit application, but when compiling VB dll to X86 CPU and runing Mastercam X6 says "Invalid File Type"... I'm guessing that because X6 is 64bit, it is unable to open 32bit dll... What should we do?
  3. Roger, I have already some previously created chains (and don't want to include them again). I could use the LevelNumber argument on another overloaded version but it needs also the MCView??
  4. Yes they have the exact configuration...I've changed the code and performed a cycle throught all machine groups in the end to set again the activemachine (althougth it takes longer to load) and now they perform the same. At first I was setting the active machine like this, is it the right way?: OperationsManager.ActiveMachine = MCNetHookCT.Main.pathActiveMachine FileManager.[New](False) Mastercam.Support.MachineDefManager.CreateRouterMachineGroup()
  5. Hi Roger, Thank you very much for your support. Once more I'm asking for your help. I'm with a strange problem relating the above issue. Somehow when I set the Active Machine, it works on my computer but not on my collegue's...I've alredy checked and the file existes on both of our computers: "C:\USERS\PUBLIC\DOCUMENTS\SHARED MCAMX6\CNC_MACHINES\CRONSRUD-FANUC-4X-ROUTER.RMD-6" I've already checked machine definitions window and it is equally configured... I cannot understand how it only works on mine...
  6. Good morning, Is it possible to change via VB NetHook the direction of machining operation as we do via de right button "Change Side"
  7. Hi all, I'm trying to avoid parameterizing a fillet between to lines. Do you think that should be possible via Nethook library?
  8. Hi again, now we have the X6. How can I apply contour operations to these? How can I reference the Geometry of these letters?
  9. Hi, I'm using Nethook2.0 for X4. The properties you are using doens't seem to appear for me:
  10. Good evening, Can anyone tell me if is it possible to "Create" -> "Letters..." using Visual Basic NetHook library?
  11. Hi nevio64, I had the same problem as you do. And had it solved this way: In your case, where you have: " Dim Line1 As New Mastercam.Curves.LineGeometry(pt1,pt2) result=Line1.Commit() " you replace by: " Dim Line1Param As Line3D = New Line3D(pt1,pt2) Dim Line1 As Geometry = New LineGeometry(Line1Param) result=Line1.Commit() "
  12. Good evening all, I'm trying to create a simple NETHOOK .dll app for Mastercam. Till now I have the .dll but I would like to run it from a customized toolbar button. I know this is possible for VBS using "ScriptLinker" but how can I do it for my .dll file? Many thanks in advance!

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