cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - New to the community? Learn how to post a question and get help from PTC and industry experts! X

How to Create a Simp Rep using Jlink?

ddhini
14-Alexandrite

How to Create a Simp Rep using Jlink?

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 2
RandyJones
19-Tanzanite
(To:ddhini)


@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)

ddhini
14-Alexandrite
(To:RandyJones)

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 ?

Top Tags