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

  • Abhi_SimuTech
    Abhi_SimuTech Member Posts: 6
    First Comment
    **

    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)

  • Abhi_SimuTech
    Abhi_SimuTech Member Posts: 6
    First Comment
    **

    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