OPS

HomeDocsSupport

OPS

Back to docs

GetSelectedNodes

Description Retrieve a list of currently selected nodes.

Parameters

  • None

Returns list: List of selected node numbers.

Example To use this function see the following example:

from openstaad import Geometry
 
# Instanciate the Geometry module 
geometry= Geometry() 
 
#Execute the function from geometry module
selected = geometry.GetSelectedNodes()

print(selected)

What is OPS?GitHubSupport

© 2024 OpenStaad

Built with Reflex