Group merged and unmerged surfaces

Hello,

There’s a page in the trelis user documentation that goes over how place all merged or unmerged surfaces into a group. I keep getting the error – Unrecognized Identifier: ‘merged’ – , even though I believe that I’m following the syntax laid out in the user manual. I have been typing the command

group 3 surface merged

Is this a bug or am I typing the command out incorrectly?

Thanks,

Stephen

You should use “is_merged” instead of “merged”. Like this

reset
brick x 1
vol 1 copy move x 1
merge all
group ‘jack’ add surface with is_merged

The documentation is being updated to reflect this change. Thank you for pointing this out.

Great, thank you for the correction!