技术邻上的各位大佬,为什么我根据单元获取结点大于一千就会有偏差啊? 40

浏览:1120

这是代码:

partElemLabels=[1,10,100,1000]

part=mdb.models['712m'].parts['PART-1']

pElem=part.elements

pNode=part.nodes


print('######################')

for el in partElemLabels:

    print('## Elem-%s ###################'%el)

    for nl in pElem.getFromLabel(el).connectivity:

        print pNode.getFromLabel(nl+1).coordinates

        print pNode.getFromLabel(nl+1).label,pNode.getFromLabel(nl+1).coordinates

求大神解答

急需


邀请回答 我来回答

当前暂无回答

回答可获赠 200金币

没解决?试试专家一对一服务

换一批