I tried to create a  set of nodes which is a difference between two node sets using SetByBoolean, where I get the following message:

>>> mdb.models['Model-1'].rootAssembly.SetByBoolean(name = 'anew', sets = [mdbra.instances['fibres-1'].sets['fibre_od'], mdbra.instances['fibres-1'].sets['dummy']], operation = DIFFERENCE)

NameError: name 'DIFFERENCE' is not defined

What could be the reason, and a solution?

More Ramachandra Kuravi's questions See All
Similar questions and discussions