Back to docs
Sets the unique string ID (GUID) for the specified physical member.
Nota: Este método no es compatible con modelos físicos.
from openstaad import Geometry
# Instanciar el módulo Geometry
g = Geometry()
# Asignar un GUID al miembro físico número 10
g.SetPhysicalMemberUniqueID(
10, "123e4567-e89b-12d3-a456-426614174000"
)© 2024 OpenStaad
Built with Reflex