Community Tip - Learn all about the Community Ranking System, a fun gamification element of the PTC Community. X
I want to create drawing dimensions using JLink. I'm stuck at very start of this - Not able to figure out how to get drawing objects from a generative drawing.
- I looked for APIs that can give me access to all generative geometries (lines, curves). But I do not see any straight-forward API that will give me access to generative geometries in a view.
- I explored selection of geometry in user-interface. But here I'm not able to figure out how to set selection-option for selecting the generative curves. I even tried setting NULL option (assuming that it will select everything), but it does not allow selection of the curves.
Has anyone tried creating dimensions through JLink? Can you pls share ideas on getting handle to such geometries?