IvanNX
Mechanical
- Jun 9, 2005
- 267
How to suppress by expression assembly array main component?
I have two linear arrays in assembly, and I have to use suppress by expression for one of these arrays to suppress all components of that array including component that is used to make that array. How to do it?
PS. I used expression to reduce number of components of array to 1 (to basic component) but I do not know how to suppress that component without getting array error message.
I have two linear arrays in assembly, and I have to use suppress by expression for one of these arrays to suppress all components of that array including component that is used to make that array. How to do it?
PS. I used expression to reduce number of components of array to 1 (to basic component) but I do not know how to suppress that component without getting array error message.