how can i define a infinite box

felix_21724
felix_21724 New Altair Community Member
edited October 2020 in Community Q&A

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'])

 

Tagged:

Answers

  • asoualmi
    asoualmi
    Altair Employee
    edited March 2019

    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.