InterviewSolution
Saved Bookmarks
| 1. |
What Is Bottom Up Assembly? |
|
Answer» In BOTTOM up ASSEMBLY we create the different parts of an assembly in separate file and then GET them and assemble USING CONSTRAINT. In bottom up assembly we create the different parts of an assembly in separate file and then get them and assemble using constraint. |
|