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:
In my NetHook I need to compare tools from operations (Mastercam.Database.Tool) with tools from the tool library (CNC.Tool.Interop.TlTool).
e.g. I want to compare the name -> OperationTool.Name = TlTool.Name
so far good, but if I want to compare the diameter?
OperationTool.Diameter = TlTool.? Gaugediameter?
Gaugediameter always returns 0 for me
and if I want to compare the ToolType?
OperationTool.ToolTypeID can be compared, but in TlTool ToolTypeID is only a GUID.
So how can I convert a TlTool to a Tool to compare parameters, or what are the comparable parameters?
Thanks in advance for any help
PS: I use Mastercam 2022
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.