Community Tip - Need to share some code when posting a question or reply? Make sure to use the "Insert code sample" menu option. Learn more! X
Hello!
Please tell me where to start.
I need to resize in a 3D model using J-Link
I loaded the class into the model, but it threw an error.
Best Regards.
Solved! Go to Solution.
Hi,
in install_test_05.zip you can find the result of my coding ... see pfcInstallTest.java
Following files contain paths related to my directory structure - you have to modify these files to adapt to your environment:
how_to_launch_app.png shows you how to start application from running Creo session.
Hi,
please upload source code you want to repair. Also publish Creo version and java version.
Thanks for your reply!
Sorry to have provided so little information initially.
I read in the instruction manual that the code for the model needs to be loaded from the model itself.
Then I decided to consider an example for creo:
C:\Program Files\PTC\Creo 5.0.2.0\Common Files\otk_java_free\exercises\exercise_6
I compiled classes and put them in the creo working folder.
After which I wanted to add the class to the model as follows:
Pointed out the parameters of my class:
And got the following error:
Creo Version: 5.0.2.0.
Java version: jdk 11.
It seems to me that the error is not in the code, but in my actions. First I need to understand the following:
-how to run classes in a 3D model?
- What is the method for resizing a 3D model?
I will be very grateful if you show some simple example.
Best Regards.
Hi,
please upload your "instruction manual".
Hi,
I have a control question ... do you own Creo Object TOOLKIT Java license ? See Licensing for Creo Object TOOLKIT Java section on page 22.
Note 1: Unfortunately I have never set up a Model Program, so I can't help you.
Note 2: See https://support.ptc.com/appserver/cs/view/solution.jsp?source=Sitecore Article Viewer&art_lang=en&n=CS188737
Yes, but it doesn't matter, because I'm testing examples for OTK java free.
okay, thanks for the help.
@VladiSlav wrote:
Yes, but it doesn't matter, because I'm testing examples for OTK java free.
okay, thanks for the help.
Hi,
you want resize model. I can try to create application, which:
Are you interested ?
Yes, of course, very much.
I will be very grateful.
Sorry for not immediately responding.
Best regards!
Hi,
in install_test_05.zip you can find the result of my coding ... see pfcInstallTest.java
Following files contain paths related to my directory structure - you have to modify these files to adapt to your environment:
how_to_launch_app.png shows you how to start application from running Creo session.
Additional note ... I used following resources
Thank you very much, I will check and write about the results.
your code works:
Displays sizes for your model.
Thanks a lot, this will help.