Skip to main content
Solved

How to get selected vertex of the vectorNetwork when in Edit object mode?

  • October 6, 2023
  • 2 replies
  • 319 views

I get selected node and it’s vectorNetwork vertices. But can I get the selected vertex, when the Node is in the ‘Edit object’ mode?

let vertices = figma.currentPage.selection[0]['vectorNetwork']['vertices']
...?

Best answer by tank666

The plugin API does not provide such data.

This topic has been closed for replies.

2 replies

tank666
  • 4873 replies
  • Answer
  • October 6, 2023

The plugin API does not provide such data.


  • Author
  • 1 reply
  • October 7, 2023

Thanx for your answer. It’s a pity that there is no such opportunity.