how can i define a infinite box

felix_21724User: "felix_21724"
New Altair Community Member
Updated by felix_21724

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

 

Find more posts tagged with

Sort by:
1 - 1 of 11
    asoualmiUser: "asoualmi"
    Altair Employee
    Updated by asoualmi

    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.