Creating large amount of datum points
Creating large amount of datum points
(OP)
Hi All,
From a double curved surface of a step file I want to measure the position (XYZ) of points on this surface w.r.t. a coordinate system. Either it concerns a large pattern (600 x 600) so also a lot of points (360000). In this way the surface is defined by points which can be used in an other program. As you can imagine creating and measuring points in this manner takes a lot of calculation time. Is there any idea how I can optimise this process? Maybe in combination with MathCAD?
Thanks in advance.
Regards,
Martin
From a double curved surface of a step file I want to measure the position (XYZ) of points on this surface w.r.t. a coordinate system. Either it concerns a large pattern (600 x 600) so also a lot of points (360000). In this way the surface is defined by points which can be used in an other program. As you can imagine creating and measuring points in this manner takes a lot of calculation time. Is there any idea how I can optimise this process? Maybe in combination with MathCAD?
Thanks in advance.
Regards,
Martin





RE: Creating large amount of datum points
is file divides your point data into cross sections with e same number of entities for a 600 x 600 surface this file would contain 600 groupings of 600 point 3d splines.
I did a search for
"pro engineer ibl file"
Unless the cross sections or sections are planar you'll need to use General as the Blend Type option.
The data on the following links belongs to the site creators and not myself. I posted a technique
http://www.prousercarolinas.org/tips/File_Extensio...
http://www.mcadcentral.com/creo-tips-tricks-drawin...
http://www.eng.cam.ac.uk/DesignOffice/cad/proewild...
If you have the Advanced Assembly or Analysis functionality or can create a Analysis such as Center Of Gravity from Model Analysis you may try the following method of using a point analysis for Distance Via CSYS ad then pattern the analyzed point and achieve a Refeence Pattened analysis specifying your own unique parameters for X, Y, Z and display those in a table as I describe in my below created post @McadCentral as user name "mjcole_ptc" where I also show R,Φ,Θ which I'm suprised proe/creo let me use for parameters.
The post on the link below can be entirely credited to me as I posted it.
http://www.mcadcentral.com/creo-tips-tricks-part-m...
I'm eager to see a mathcad based procedure.
"It's not the size of the Forum that matters, It's the Quality of the Posts"
Michael Cole
Boston, MA
CSWP, CSWI, CSWTS
Follow me on !w¡#$%
@ TrajPar - @ mcSldWrx2008
= ProE = SolidWorks
RE: Creating large amount of datum points
Thanks for your reply. In the coming weeks I will try your solution.
Regards,
Martin