Move UCS to selected intersection point (script)
No aplicable
11-21-2017
04:04 AM
- Marcar como nuevo
- Favorito
- Suscribir
- Silenciar
- Suscribirse a un feed RSS
- Resaltar
- Imprimir
- Denunciar
Hi guys,
I'd like to create a script, which modify exported dxf file to required condition. Part of this script have to move UCS to selected point. Point is intersection of two lines, which have unique color (6 - magenta), but their position is variable accoding to specific dxf file. So I have been thinking about right sequence of commands and tried this:
SSX C 6 POINT APP P .....
I tried to select all objects with magenta color and save this selection. Then use it for define intersection point, but command "P" (previous) not working in this case. Do you have any ideas how I can solve it?