Rotolo74 Posted September 2 Report Posted September 2 Ciao a tutti , esiste un file LISP che mi selezioni le entità tangenti in un profilo ? In modo che selezionato un elemento di un profilo , in automatico mi selezioni tutte le entità ( rette e archi ) tangenti . Grazie Saluti
RobS Posted September 2 Report Posted September 2 Hello, What do you mean by profile? What kind of CAD object is it? We have such script for selecting object inside polyline or crossing through contour.
Rotolo74 Posted September 2 Author Report Posted September 2 Intendo , tanti spezzoni linea - arco tangenti ....... Tipo per intenderci lo sviluppo di un profilo camma in modo che selezionando una sola entità , in automatico il software riconosca tutti gli elementi collegati e tangenti . Come con un CAM per intenderci
RobS Posted September 2 Report Posted September 2 Try this script. Function is activated with SELTOUCH command. SELTOUCH.lsp
Rotolo74 Posted September 2 Author Report Posted September 2 Funziona però seleziona in automatico soltanto solo i due elementi collegati a quello selezionato, in pratica seleziona non tutto il profilo tangente ma solo le code dell'elemento
RobS Posted September 2 Report Posted September 2 This works as expected - type SELCHAIN in command line. SELCHAIN.lsp pawmal 1
Rotolo74 Posted September 4 Author Report Posted September 4 Ciao RobS , ho notato che il LISP che mi hai mandato seleziona tutte le entità che in qualche modo si toccano , anche se si intersecano ........ Si riuscirà a trovare qualcosa che selezioni solamente le entità tangenti che mantengono una certa continuità tra loro ? Grazie Scusami ancora per il disturbo
RobS Posted September 4 Report Posted September 4 Maybe there is simpler way, are objects on same layer? Checking if objects are tangent is difficult. Edit. Try script SELECTCHAIN.lsp
dmatusz3 Posted September 19 Report Posted September 19 Kilka słów objaśnienia. Ten skrypt zaznacza łańcuchy obiektów, to znaczy elementy, które łączą się końcami. Mogą to być np. linie, łuki. Jeśli mamy rozgałęzienie, to program zaznaczy obiekty dochodzące do tego rozgałęzienia. RobS 1
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now