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

Community Tip - Did you know you can set a signature that will be added to all your posts? Set it here! X

Jlink select sketch dimension

T_F
16-Pearl
16-Pearl

Jlink select sketch dimension

While having a sketch in edition, I want to select and edit the sketch dimension, using Jlink.

 

I'm using this code for selection.

SelectionOptions selectionOptions= pfcSelect.SelectionOptions_Create("dimension");
selectionOptions.SetMaxNumSels(1);

Selections selections=session.Select(selectionOptions,null);

 But at this moment I'm unable to select the desired dimensions.

 

Any idea?

0 REPLIES 0
Top Tags