Beispiel #1
0
def get_bbox_vertices(vList):
    ptList = []
    for v in vList:
        ptList.append(ModelData.dictVertices[v])
    return SimpleMath.get_bbox_of_points(ptList)