Community Tip - Learn all about the Community Ranking System, a fun gamification element of the PTC Community. X
Sample Code:
I'm looking for some sample code written in JAVA 1.7 to interface to schematics. I want to update a parameter
on an artifact that I have in the schematics using JAVA. There are really no examples to follow. I would be happy with the standard "Hello World" code just to see if I could get the code to work through the gateway interface.
Have you looked at the Java samples that come with Schematics.
Hello World would be covered in a standard Java course other than that the results are displayed in a standard output in a command window. Schematics' API has commands to write to text windows in Schematics.
We just had Martin from CeDel Solutions (https://www.cedelsolutions.com/component/option,com_contact/Itemid,3/) present a class on how to write Java to a number of our users and programmers. We had him teach several topics: Basic Java, Schematics Java API (documented in a PDF file in your Schematics installation), and code that he previously wrote for us along with help on a current project that we are writing.