Community Tip - Stay updated on what is happening on the PTC Community by subscribing to PTC Community Announcements. X
I have successfully created new Simple representation. But not able to add part models to it.
My codes are below
Dim newsimRep As IpfcSimpRep
Dim newsimRepInstrs As IpfcCreateNewSimpRepInstructions
Dim newrepname as string="Fix"
Dim solid As IpfcSolid
Dim simRepItem As IpfcSimpRepItem
newsimRepInstrs= (New CCpfcCreateNewSimpRepInstructions).Create(newrepname)
newsimRep = solid.CreateSimpRep(newsimRepInstrs)
'-------
Now I want to add items to this simple representation
Not able to add items to simRepItem
Please guide with codes
Thanks
Gopinath
Can you please help with the code in Java