POINT already existing Failed to create a new instance of Infinite Box. Can not execute the following command : lastInstance = InfiniteBoxCylinderZ(size=['diast', '1.5*diast', '2*len', '3*len'])
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:
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.