SetPhysicalMemberUniqueID
Sets the unique string ID (GUID) for the specified physical member.
Nota: Este método no es compatible con modelos físicos.
Parameters
- nPhyMembNo: Long variable for holding the physical member number ID for which the GUID is intended to be set.
- szGUID: String variable for holding the GUID to be set.
Return values
- Returns nothing. The GUID is set for the specified physical member.
Example
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")