Hello guies,
Thanks for your very quick answers.
I need it for several reasons. First of all, I would like to compute with a python script the normal vectors at each node so that I can apply normal forces to each node. The idea is to get the coordinates of each node sorted on the surface and...
Hello everyone,
With a script I try to get the coordinates of the nodes of a particular surface.
The problem is that they are sorted according to their index and it gives this as a result for example:
coord = [G,E,K,
L,J,B,
N,K,M
H,I,A,
F,C,O ]
The...
Hello to everyone,
I have a project for which I must, among other things, create a mesh in hexa element (hexa will be essential for the rest of my process) but I can't do it.
The hexa element mesh must be done on the part of the mesh refined here:
In fact, it does not matter on which part...
Hello everyone,
I'd like to change the coordinates system of the following picture...:
...as follows:
Is that possible ? How to do that ?
Thanks for your help,
Have a nice day.
Hello to all,
I would like to mesh my model in Hex elements but after several attempts to create partitions, it doesn't work. The piece remains impossible to mesh.
I have read some documents on the topic but I don't know how to use the tools for my specific case.
Would someone please...