Continue to Site

Welcome to MCAD Central

Join our MCAD Central community forums, the largest resource for MCAD (Mechanical Computer-Aided Design) professionals, including files, forums, jobs, articles, calendar, and more.

updating pro-e part with outside coordina

raghu.patthar

New member
Hi All,

I have a Pro-E part whose geometry i want to update using
a file of coordinates ( basically the file contains the
list of existing coordinates and updated coordinates of
the same part), Finally i want the geometry of the
original part to be updated with new coordinates input
from file.

How can i achieve this, programming hints and documents
or code snippets would be very helpful. Please help.

Awaiting u r replies

Raghu
 
As i understood you want to modify co-ordinates of geoemtry ,new co-ordinates will be from a file.Well you can do following -
1. Fetch new co-ordinates from file.
2.Use protoolkit API ProAsmcompPositionSet() to re-position the geometry,input to this API would be new API.

HTH

Thanks

Edited by: forstudy3
 

Sponsor

Articles From 3DCAD World

Back
Top