Hi I have shared my TCL script command below. I'm trying to capture elements facing Z+ with an 30 degrees angle and add them into a surface set I have created.
Creating the set and marking the elements are successful but when I use *addegesorfaces command something goes wrong. Elements does not apply to the set. What is the correct way to fix this?
*startnotehistorystate {Created "SURFACE"}
*createentity sets type=2 cardimage=SURFACE_ELEMENT includeid=0 name="set7"
*setvalue sets id=24 style=0
*endnotehistorystate {Created "SURFACE"}
*setvalue sets id=24 STATUS=2 name="Braze_Top"
*startnotehistorystate {Update Elements In Set Segment}
*createmark elems 1 "by normal tol" 0 0 1 0.866
*addedgesorfaces sets id=24 id={mark elems all}
*endnotehistorystate {Update Elements In Set Segment}