Informationen zum Forum PTC Creo Elements/Programmierung:
Anzahl aktive Mitglieder: 336
Anzahl Beiträge: 5.988
Anzahl Themen: 969

Im Beitrag/Titel Nur im Titel Nur nach Datum sortieren Docs / Anhänge mit Lösung
Suchmaschinenstatistik
Livesuche
Einstellungen
Info

Auch mit chatGPT* können Lösungen aus dem CAD.de-Forum recherchiert werden:

* chatGPT ist eine eingetragene Marke von openAI

Ergebnisse 1249 - 1261, 1953 Gesamtergebnisse mit Suchbegriffen lisp sec.

Direkter Link in ein Forum:

Lisp

CoCreate Programmierung : punkte lesen
fisch1976 am 22.10.2010 um 21:56 Uhr (0)
Hallo,Ich habe mir folgendes Lisp Programm zur automatischen Erstellung vonKoordinatenpunkte herunter geladen, funktioniert auch hervorragend. KannMir jemand helfen das Programm so umzuschreiben, dass die Vorzeichen derPositiven Zahlen auch angezeigt werden. (z.B X+40 anstatt X40) Gruß Uwe

In das Form CoCreate Programmierung wechseln
CoCreate Programmierung : punkte lesen
fisch1976 am 22.10.2010 um 21:56 Uhr (0)
Hallo,Ich habe mir folgendes Lisp Programm zur automatischen Erstellung vonKoordinatenpunkte herunter geladen, funktioniert auch hervorragend. KannMir jemand helfen das Programm so umzuschreiben, dass die Vorzeichen derPositiven Zahlen auch angezeigt werden. (z.B X+40 anstatt X40) Gruß Uwe

In das Form CoCreate Programmierung wechseln
CoCreate Programmierung : punkte lesen
fisch1976 am 22.10.2010 um 21:56 Uhr (0)
Hallo,Ich habe mir folgendes Lisp Programm zur automatischen Erstellung vonKoordinatenpunkte herunter geladen, funktioniert auch hervorragend. KannMir jemand helfen das Programm so umzuschreiben, dass die Vorzeichen derPositiven Zahlen auch angezeigt werden. (z.B X+40 anstatt X40) Gruß Uwe

In das Form CoCreate Programmierung wechseln
CoCreate Programmierung : ModelingV17 Befehlerstellen; bräuchte Hilfe...
Fischer-Reinach am 29.10.2010 um 09:02 Uhr (0)
Könnte man da nicht gleich eine Konstante einbauen, welche gleich definiert, wiviele Kommastellen die angewählten Vermassungen haben sollten? So dass man nur noch auf ein Button drücken , und dann die Vermassungen anwählen muss. Habe leider keinerlei Erfahrung, was LISP anbelangt...[Diese Nachricht wurde von Fischer-Reinach am 29. Okt. 2010 editiert.]

In das Form CoCreate Programmierung wechseln
CoCreate Programmierung : ModelingV17 Befehlerstellen; bräuchte Hilfe...
Walter Geppert am 28.10.2010 um 17:15 Uhr (0)
Siehe http://ww3.cad.de/foren/ubb/Forum29/HTML/003008.shtml------------------meine LISP-Makros sind auf osd.cad.deDisclaimerGrüße aus Wien WalterDC4 Technisches Büro GmbH

In das Form CoCreate Programmierung wechseln
CoCreate Programmierung : ModelingV17 Befehlerstellen; bräuchte Hilfe...
Walter Geppert am 28.10.2010 um 17:15 Uhr (0)
Siehe http://ww3.cad.de/foren/ubb/Forum29/HTML/003008.shtml------------------meine LISP-Makros sind auf osd.cad.deDisclaimerGrüße aus Wien WalterDC4 Technisches Büro GmbH

In das Form CoCreate Programmierung wechseln
CoCreate Programmierung : Abfrage, ob ein Teil ein Blechteil ist
Christian Sandmann am 05.11.2010 um 15:25 Uhr (0)
Hallo zusammen, ich möchte mit einem Befehl in eimem LISP-Makro abfragen, ob ein Teil ein Sheet Metal Blechteil ist, d.h. irgendwelche Blech- oder Biegeattribute hat.SHA_INQUIRE_MATERIAL liefert im Ausgabefenster eine Menge Text, den man in einem Makro nicht auswerten kann.Ich möchte als Rückgabewert einfach ein "t" oder "nil" bekommen.Hat da jemand eine Idee?Gruß,Christian

In das Form CoCreate Programmierung wechseln
CoCreate Programmierung : [LISP] filter only unique object
shaba am 19.11.2010 um 16:36 Uhr (0)
Sorry for english, but i dont understand germani need a filter to show in the tree only unique part, not shared partI think a function that the first time find a share obj return "1" and return "2" on the otherFor example:Part.1Part.2Part.3Part.4(All shared obj together, the same part shared 3 times)Part.1 = "1"Part.2 = "2"Part.3 = "2"Part.4 = "2"So i can filterI hope im a bit clearTnx for help

In das Form CoCreate Programmierung wechseln
CoCreate Programmierung : [LISP] filter only unique object
shaba am 20.11.2010 um 11:31 Uhr (0)
Sorry if i explain the problem not wery wellI have this example:"AGGANCIO" is shared 3 times"PIANI_XYZ" is shared 2 times In detail tree become like this: I need to add this column:Add "1" at the first shared obj (blue arrow)The other shared i add "2" (red arrow) So i can applay filter and final result is this:I have i detail tree view only unique obj Whit "shared part pseudo folders" this is not possible I need a function to create the last column so i can filter itI hope now problem is more clear Tha ...

In das Form CoCreate Programmierung wechseln
CoCreate Programmierung : [LISP] filter only unique object
der_Wolfgang am 19.11.2010 um 20:55 Uhr (0)
Zitat:Original erstellt von shaba:i need a filter to show in the tree only unique part, not shared partHi shaba,Hi http://www.cocreateusers.org, (havent been there for quite a long time)Why not searching in the greatest and latest Integration Kit Index and looking for shared == call SD-INQ-OBJ-SHARED-OBJECTS and youre done.------------------ Seamonkey Firefox Thunderbird OSD Hilfeseite (de) / help page (en) NotePad++

In das Form CoCreate Programmierung wechseln
CoCreate Programmierung : [LISP] filter only unique object
Walter Geppert am 19.11.2010 um 17:55 Uhr (0)
Have a look at the Online Help: Zitat:You can change the way items are displayed in the Structure Browser,To change the settings for the Structure Browser,Right-click over an empty (white) area in the Structure Browser. The Pseudo Folders tab includes the following settings:Show shared part pseudo folders == this is what you are serching forShow other pseudo foldersClick the Expand tab and select the items you wantThe Appear tab includes settings that control how active items are displayed in the Structur ...

In das Form CoCreate Programmierung wechseln
CoCreate Programmierung : Tastatur abfragen
der_Wolfgang am 22.11.2010 um 12:11 Uhr (0)
Nicht das ich wuesste. Bezueglich keypressed oder ähnlich habe ich bei meiner Suche nur emacs specifisches gefunden. Standard LISP maessig sieht es da wohl eher mau aus.Das ganze Tastatur- / Maus- Handling passiert im Modeling auch eine Ebene weiter oben, also ausserhalb vom LISP, soweit ich weiss.------------------ Seamonkey Firefox Thunderbird OSD Hilfeseite (de) / help page (en) NotePad++

In das Form CoCreate Programmierung wechseln
CoCreate Programmierung : custom_browser_views.lsp
highway45 am 03.12.2010 um 19:33 Uhr (0)
Danke schön Könnte sich auch noch jemand mit dem Lisp beschäftigen Ich hab mir schon die Birne zerbröselt und meine Frau hat es sich auch schon angeschaut, das hilft aber alles nicht weiter... ------------------

In das Form CoCreate Programmierung wechseln

Anzeige:

Anzeige: (Infos zum Werbeplatz)

Ergebnisseiten :  1 ...  84   85   86   87   88   89   90   91   92   93   94   95   96   97   98   99   100   101   102   103   104   105   106   107   108   109   ... mehr

Alle Produkt-, Schrift-, Firmennamen und Logos sind Warenzeichen oder eingetr. Warenzeichen der jeweiligen Firmen.
©2025 CAD.de , Lenggries. Tel: ++49 (8042) 973 8208 | Datenschutz