Skip to main content
1-Visitor
June 22, 2020
Question

Integrate Calculation Tool (External Analysis)

  • June 22, 2020
  • 1 reply
  • 1220 views

Hello,

I´ve just started working on a project, where I should integrate a calculation tool in Creo Parametric. I thought it would be a good idea to write the program in Java and run it via the "External Analysis" option in Creo.

Now I have some questions:

-I need to solve a Surface Integral in my external Java program, therefore I need to pass a curve or some curve points (maybe as vector?) to my Java program, so it can solve the Surface Integral numerically. But I can only pass dimensions and parameters of the Creo part to an external file (.csv,...) and I didnt find a way to define a vector of points or anything similar as parameter. How can I do that?

-There is only very few information how the "External Analysis" Tool works in the Creo Documentation. Which "Script Commands" do I have to use to start an external program (which reads the data from a .csv file and asks me for further input and then solves the Surface Integral)?

-Is there a better way of developing such a tool? I don´t have Creo Toolkit at the moment.

Thanks in advance,

Florian

1 reply

12-Amethyst
June 29, 2020

can't totally get you meanning, however, i think you may need the Interface Geomentry curve, you can get the curve 3D data and export to .csv file or other.

 

Tparams.JPG

1-Visitor
July 1, 2020

My intention is to get a vector of curve points or something else which describes a curve in my CAD model right from Creo Parametric. The screenshot you sent me is from a Toolkit documentation, right?

Anyways, I didn´t really manage to find any function in Creo Parametric to get a definition of a curve which I can pass to a csv file in "external analysis".