toteblender updated.

This commit is contained in:
Ramin Khodabandeh
2024-05-28 18:12:13 +04:30
parent 0032f7f9bc
commit b815272fcb
7 changed files with 289 additions and 310 deletions

View File

@ -6,11 +6,17 @@ objectName particleInsertion;
objectType dicrionary;
fileFormat ASCII;
/*---------------------------------------------------------------------------*/
active No; // is insertion active -> yes or no
collisionCheck No; // is checked -> yes or no
// is insertion active?
active no;
// not implemented for yes
collisionCheck No;