The Siemens Community Catalyst program was co-created with our community to acknowledge technology leaders who consistently contribute to the Siemens Community. Nominations are accepted on a rolling basis.
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'])
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.