vasekx1
Automotive
- Nov 29, 2006
- 10
Hi,
just in few steps (python drives me crazy again ) ):
>>> selEdges = pEdge.findAt(( (rightEnlPartPoint, leftEnlPartPoint, centerTopRLEdgePoint), ))
>>> thePartEau.seedEdgeBySize(edges=selEdges, size=seedSizeEau/dense_mesh)
errormessages for seedEdgeBySize:
1) found None, expecting tuple - so I enetered a tuple:
>>> thePartEau.seedEdgeBySize(edges=(selEdges,), size=seedSizeEau/dense_mesh)
2) found tuple, expecting Vertex
Everything, which precedes these lines works without any problem. I didn't find any "specialized definition" for Vertex in the case mentioned (edges are obviously required for the used function). I really need a help, please, because I have been stucked on such lines many times, many hours, since started using the python, without finding any useful info in the manual...
Any solution?
just in few steps (python drives me crazy again ) ):
>>> selEdges = pEdge.findAt(( (rightEnlPartPoint, leftEnlPartPoint, centerTopRLEdgePoint), ))
>>> thePartEau.seedEdgeBySize(edges=selEdges, size=seedSizeEau/dense_mesh)
errormessages for seedEdgeBySize:
1) found None, expecting tuple - so I enetered a tuple:
>>> thePartEau.seedEdgeBySize(edges=(selEdges,), size=seedSizeEau/dense_mesh)
2) found tuple, expecting Vertex
Everything, which precedes these lines works without any problem. I didn't find any "specialized definition" for Vertex in the case mentioned (edges are obviously required for the used function). I really need a help, please, because I have been stucked on such lines many times, many hours, since started using the python, without finding any useful info in the manual...
Any solution?