Hi All,
I will truly appreciate if anyone can point me to PyAEDT equivalent of the following UDM functions -
funcLib.SetPartName(name,partID)
funcLib.SetMaterialName(material,partID)
funcLib.SetPartColor(partID,color)
funcLib.SetPartRefId(partID, uniqPartID)
funcLib.GetAllFaces(partID)
funcLib.SetFaceAttribs(theFaceList, theFaceAttribs)
funcLib.GetAllEdges(partID)
funcLib.SetEdgeAttribs(theEdgeList, theEdgeAttribs)
funcLib.GetAllVertices(partID)
funcLib.SetVertexAttribs(theVertexList, theVertexAttribs)
Regards