OPS

HomeDocsSupport

OPS

Back to docs

SelectPhysicalMember

Highlights the specified physical member in the current model.

This function resalta (selecciona) el miembro físico especificado por su número, permitiendo realizar operaciones o consultas posteriores sobre él.

Parameters

  • nPhyMembNo: The physical member number to highlight/select.

Return values

  • Returns nothing. The specified physical member is highlighted in the model context.

Example

from openstaad import Geometry

# Instanciar el módulo Geometry
g = Geometry()

# Resaltar el miembro físico número 5
g.SelectPhysicalMember(5)
What is OPS?GitHubSupport

© 2024 OpenStaad

Built with Reflex