LDraw.org Discussion Forums

Full Version: Find and replace a part in LDCad
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Suppose I have installed a wrong part in a model, how can I find and replace it the fastest?

I know which part is wrong, but I know neither the step nor the submodel where it was installed.

Johann
(2019-04-11, 18:25)Johann Eisner Wrote: [ -> ]Suppose I have installed a wrong part in a model, how can I find and replace it the fastest?

I know which part is wrong, but I know neither the step nor the submodel where it was installed.

Johann

A method that works (maybe there is an easier way):
- go to nested mode to be able to access into submodels
- add a part of the same type you want to find
- select -> same part
- select -> invert
- hide
- go to normal mode
- select the wrong part. The submodel containing it will be displayed in status bar. You may also use stepping menu -> selected to go to the step where this submodel was added.
(2019-04-11, 18:58)Philippe Hurbain Wrote: [ -> ]A method that works (maybe there is an easier way):
- go to nested mode to be able to access into submodels
- add a part of the same type you want to find
- select -> same part
- select -> invert
- hide
- go to normal mode
- select the wrong part. The submodel containing it will be displayed in status bar. You may also use stepping menu -> selected to go to the step where this submodel was added.

Hi Philo

Works fine.
I only need the first three steps, and than replace the part(s) by selecting in the part libary.

Thanks Johann