Hi there!
I am having troubles when using the generate-new command in 3DEC 7.00. I provide my script below.
Here is the thing: I have two planes, and I would like to refine the mesh around some points.
Refining around first and third points just work ok:
However, refining around the second point raises the following error [CM2_ERROR] Two nodes are too close to each other (same position or almost)
even if I try to refine around this point only.
Testing the gradation-surface
and gradation-volume
did not solve the error.
Am I doing something wrong?
Thanks in advance for your help and suggestions!
Regards
Théophile
PS : the script
model new
block create brick 0,1000
block cut joint-set origin (500.0, 500.0, 500.0) dip 40.0 dip-direction 270.0
block cut joint-set origin (400.0, 500.0, 400.0) dip 60.0 dip-direction 90.0
data scalar add (100.0, 500.0, 919.6152422706631) group "pt=1"
data scalar add (187.42671061339095, 500.0, 237.71986815982717) group "pt=2"
data scalar add (549.0581942390521, 500.0, 141.82363429349132) group "pt=3"
block zone size isolated-point (100.0, 500.0, 919.6152422706631) edgelength 20
block zone size isolated-point (187.42671061339095, 500.0, 237.71986815982717) edgelength 20
block zone size isolated-point (549.0581942390521, 500.0, 141.82363429349132) edgelength 20
block zone generate-new gradation-surface 0.5 gradation-volume 0.5 maximum-edge 200 minimum-edge 20