how can i define a infinite box
felix_21724
New Altair Community Member
Answers
-
Hi,
The error message means that the point that you try to create exist in your Flux project. To avoid this message you need to change the dimension of your infinite box. For example try to use this:
lastInstance = InfiniteBoxCylinderZ(size=['2*diast',
'2.5*diast',
'3*len',
'4*len'])Best regards.
0