level 3
qq2318393292
楼主
def _searchArcNode
_ndPTR=nd_near(cx0(n),_ySection,cz0(n)) ; _ndPTR=指向位置(cx0(n),_ySection,cz0(n))处的节点的指针
;---begin node of cable---
_x0=nd_pos(_ndPTR,2,1)
_y0=nd_pos(_ndPTR,2,2)
_z0=nd_pos(_ndPTR,2,3)
;---end node of cable-----
_x1=cx1(n)
_y1=_y0
_z1=cz1(n)
end
2017年04月21日 07点04分
1
_ndPTR=nd_near(cx0(n),_ySection,cz0(n)) ; _ndPTR=指向位置(cx0(n),_ySection,cz0(n))处的节点的指针
;---begin node of cable---
_x0=nd_pos(_ndPTR,2,1)
_y0=nd_pos(_ndPTR,2,2)
_z0=nd_pos(_ndPTR,2,3)
;---end node of cable-----
_x1=cx1(n)
_y1=_y0
_z1=cz1(n)
end