NX Journal Deselect
NX Journal Deselect
(OP)
I'm writing a journal that applies a transparency to already selected solids. Once I run the journal though, I want to deselect the bodies. The only thing I've been able find is , which requires a SelectionHandle as one of the parameters. I can't hardly find anything about using a SelectionHandle and can't find a way to initialize one. Is there a way to deselect everything without having to worry about using a SelectionHandle?
CODE --> .vb
theUI.SelectionManager.RemoveAllFromSelectionList





RE: NX Journal Deselect
CODE
This seems to 'deselect' objects.
www.nxjournaling.com
RE: NX Journal Deselect
RE: NX Journal Deselect
www.nxjournaling.com
RE: NX Journal Deselect
Thanks much.