Nelso
Civil/Environmental
- Jul 31, 2006
- 7
Hi everybody,
I'm a Abaqus beginner and have a little question to you.
I'm working in Abaqus with Python commands and don't know how to formulate the following kind of command :
myPart.SeedEdgeByNumber(edges=myPart.edges.findAt((a, b, c),), number=5)
The Error message is: Type Error: edges; found Edge, expecting tuple
Is there another possibility to formulate this command ?
I'm looking forward for your answers.
Thanks a lot,
Greets from Germany
Nelso
I'm a Abaqus beginner and have a little question to you.
I'm working in Abaqus with Python commands and don't know how to formulate the following kind of command :
myPart.SeedEdgeByNumber(edges=myPart.edges.findAt((a, b, c),), number=5)
The Error message is: Type Error: edges; found Edge, expecting tuple
Is there another possibility to formulate this command ?
I'm looking forward for your answers.
Thanks a lot,
Greets from Germany
Nelso