PyAEDT equivalent of UDM functions!
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
Answers
-
Hello All,
Will be grateful if you could point out where can I get the equivalent PyAEDT functions for 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)
0 -
Hi All,
I will truly appreciate if anyone can could tell where to find the 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
0