 | | Re: Automatic part selection query
|
|
(...) Selection based on part number as alternatives for the name can be usefull in some case (when you now the part number) The selection base on the name should accept regular expression. The same kind of regular expression you used for part list (...) (25 years ago, 7-Mar-01, to lugnet.cad.mlcad)
|
| |
 | | Re: Automatic part selection query
|
|
"Michael Lachmann" <michael.lachmann@maxmobil.at> wrote in message news:G9ty1F.CpH@lugnet.com... (...) the (...) point (...) have (...) OK, I guess it could be more complicated than I thought - on my Mechanical Engineering degree course I took CAD (...) (25 years ago, 7-Mar-01, to lugnet.cad.mlcad, lugnet.cad)
|
| |
 | | Re: Automatic part selection query
|
|
(...) Regarding the selection, MLCad uses a special buffer which keeps track of the parts visible on the screen. For all other parts I would have to go through the list of triangles, lines and quads until I find something in the rectangle. This can (...) (25 years ago, 7-Mar-01, to lugnet.cad.mlcad, lugnet.cad)
|
| |
 | | Re: Automatic part selection query
|
|
"Michael Lachmann" <michael.lachmann@maxmobil.at> wrote in message news:G9tt3D.1Mx@lugnet.com... (...) parts (...) z-ordering. (...) go (...) rectangle. (...) I'm not sure I understand why this is complicated, surely you just need to check each part (...) (25 years ago, 7-Mar-01, to lugnet.cad.mlcad, lugnet.cad)
|
| |
 | | Re: Automatic part selection query
|
|
(...) That would need a lot of time, since MLCad does not have any information about parts behind other parts in z order - which means it would have to go through the list of all parts and see if it's within the selection rectangle. Also I imagine (...) (25 years ago, 7-Mar-01, to lugnet.cad.mlcad, lugnet.cad)
|