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:

AnshuP

Verified Members
  • Posts

    9
  • Joined

  • Last visited

AnshuP's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. I am not seeing any API in searchManager to retrieve point "entities". Can you please give an example if you have or direct me to the API..?
  2. Basically, I am trying to automate the steps I am doing manually as attached in the video. If I would've got the BasePoint, then it would have been easy for me to MoveToOrigin. But as it doesn't have BasePoint, it is getting difficult for me to get the points. And I can't even give hardcoded values for Points in MoveToOrigin API, because those points might change for another geometry. Any help you can do here..? C__Users_Dushyant_Desktop_MC_DC8606-SERENITY-4966D.mcam_ - Mastercam Design 2019 2021-05-05 21-20-02 (3).mp4
  3. Looked at all the methods, none of them is giving any reference to points... Do u see any method which gives me the ref..?
  4. So, when I ask user to select the point on the geometry, for eg : PointMask endPoint = Mastercam.IO.Types.PointMask.EndPoint; Point3D p1 = new Point3D (); bool v = SelectionManager.AskForPoint("Select point", endPoint, ref p1); I get the values in p1.x, p1.y and p1.z. Similarly, I want those points without asking USER to select them...that way I am not able to find. I don't wanna askForPoint, I want to get all the points directly..What would be the way here?
  5. Hey Roger, If let's say that geometry isn't created with any of the given method and as u said Based point will always be 0,0,0 for such geometry. In that case, how can I get the geometry points?
  6. Thanks Roger, I'll give it a try.!! will get back to you if I face any issue..
  7. It is a Block with some thickness. Any example of the code would be better..?
  8. Hi, I am new to Mastercam NetHook Development. I am trying to get a 3d-point (x,y,z) of the Solid Geometry, but I am not able to find any function for that. I tried the "BasePoint" function, but it always gives (x,y,z ) points as (0,0,0), though my geometry is not at 0. Which function is there to get the exact x,y,z points? please help..
  9. Hi, I am new to Mastercam NetHook Development. I am trying to get a 3d-point (x,y,z) of the Solid Geometry, but I am not able to find any function for that. I tried the "BasePoint" function, but it always gives (x,y,z ) points as (0,0,0), though my geometry is not at 0. Which function is there to get the exact x,y,z points? please help..

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