OPS

HomeDocsSupport

OPS

Back to docs

SelectMultipleBeams

Description Select multiple beams based on a provided list of beam numbers.

Parameters

  • lista (list): A list of beam numbers to select.

Returns None

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
geometry.SelectMultipleBeams([1, 3, 4])
What is OPS?GitHubSupport

© 2024 OpenStaad

Built with Reflex