Community Tip - Did you know you can set a signature that will be added to all your posts? Set it here! X
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
@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)
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 ?