Community Tip - New to the community? Learn how to post a question and get help from PTC and industry experts! X
Hi Everyone,
I am trying to extract details of CAD Object using Jlink. However I am succeeded for normal part assemblies drawing. But when it comes to family table things got little bit complex. I am able to get column value of instance by following code.
ParamValue dimV = ((FamilyMember) proeModel).GetCell(col, row);
it gives me parameter values of first instance, here each row is indicating instance of family table and col is nothing but the column in family table. But I am not able to get the values of generic.
Any one have any idea how to get those details.
Thanks in advance.