I want to access a selected point of a path. Like
Code: Select all
Point = Gui.Selection.getSelectionEx()[0].SubOjects[0]
Code: Select all
Gui.Selection.getSelectionEx()[0].SubElementNames
Thanks for your help
Code: Select all
Point = Gui.Selection.getSelectionEx()[0].SubOjects[0]
Code: Select all
Gui.Selection.getSelectionEx()[0].SubElementNames
Code: Select all
Point = Gui.Selection.getSelectionEx()[0].PickedPoints[0]