Skip to main content
1-Visitor
September 14, 2017
Question

How to Create a Simp Rep using Jlink?

  • September 14, 2017
  • 2 replies
  • 1463 views

I have a model in my session .I extract all Component Id from the Model by using Jlink Code.

For Ex : I extracted the Components Id (50,51,52,53,55,56,57)

Now i wish to create a simp Rep for my assembly Include 50,51,52 (id) other than this all are Exclude.

Is this possible to do by Jlink.If it is possible please help me to give me a solution.

 

Thanks Regards,

Dinesh

2 replies

20-Turquoise
September 14, 2017

@ddhini wrote:

I have a model in my session .I extract all Component Id from the Model by using Jlink Code.

For Ex : I extracted the Components Id (50,51,52,53,55,56,57)

Now i wish to create a simp Rep for my assembly Include 50,51,52 (id) other than this all are Exclude.

Is this possible to do by Jlink.If it is possible please help me to give me a solution.


Take a look at the PTC supplied jlink example that deals with SimpfliedReps:

Common Files/jlink/jlink_appls/jlinkexamples/pfcSimpRepExamples.java   (Creo Parametric 3.0)

Common Files/otk_java_free/otk_java_appls/jlinkexamples/pfcSimpRepExamples.java   (Creo Parametric 4.0)

ddhini1-VisitorAuthor
1-Visitor
September 15, 2017

Thanks Randy ,

I am Using Creo 2.0 and i found some examples .But i dont understand the concept.Can you please shae some knowledge ?