sketchucation logo sketchucation
    • Login
    1. Home
    2. N Lindenthal
    3. Posts
    🛣️ Road Profile Builder | Generate roads, curbs and pavements easily Download
    N
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 39
    • Posts 316
    • Groups 1

    Posts

    Recent Best Controversial
    • RE: Google Earth Plugin

      Hi Gaieus,

      yes I uploaded to the WH. Please have a look here:
      http://sketchup.google.com/3dwarehouse/search?q=Laboer+Marine-Ehrenmal&btnG=Suchen&styp=m&reps=2
      Only the first one is shown by Google Earth:
      http://sketchup.google.com/3dwarehouse/details?mid=5e75d8adb1cf8843eaca97843a0c9352&prevstart=0
      And this first one is too wrong.

      I would like to play with one half of a model to look in it. And there I would like to load some interior.

      And the best skin of the one model I would like to give to WH.

      posted in Google Earth
      N
      N Lindenthal
    • RE: Google Earth Plugin

      Hello Tom and Gaieus,

      my question is, how it is possible to load my own building (kmz), when it does not come from database by google, but from my own database.

      Do you know it?

      Best regards,
      Norbert Lindenthal

      posted in Google Earth
      N
      N Lindenthal
    • RE: Grobe Kanten verbergen

      Komponenten beim ZusammenfĂĽgen einrasten lassen:

      Hoffentlich irre ich nicht:
      Körper, der eine Komponente werden soll, auswählen, rechte Maustaste > Komponente erstellen > Knopf »Bindungsebene festlegen« drücken > Achsenkreuz (1) Punkt am Körper an einer Ecke setzen, (2) rote Achse setzen, (3) grüne Achse setzen (blaue Achse setzt sich selbst). Erstellen, die Komponente ist fertig und erscheint im Komponentenfenster/in der -palette.

      Komponente nochmal einsetzen: Klick auf die Komponente in der Palette, dann in der Zeichnung einrasten lassen.

      posted in Deutsch
      N
      N Lindenthal
    • RE: Grobe Kanten verbergen

      2 Dinger ausschalten:

      MenĂĽ View > Edge Style >

      ausschalten Display edges
      ausschalten Profiles

      posted in Deutsch
      N
      N Lindenthal
    • RE: Eigene Häuser im GE-Browser-Stöpsel?

      Dann kann es ja losgehen. SchlĂĽssel paĂźt, Ort mit Abstand wird aufgerufen. Sogar eine Polylinie ist edierbar.

      Hier eine Beispielseite fĂĽr 3D-Dinger: http://earth-api-samples.googlecode.com/svn/trunk/examples/model.html

      Gezeigt wird zunächst die Tele-Atlas-Karte, und zwar wie gewohnt, nur daß oben rechts noch der Knopf »Earth« vorhanden ist, mit dem der 3D-Stöpsel bemüht wird. Auf jedem Internetrechner müßte also der 3D-Stöpsel für Kugelerde installiert sein.

      Wie starte ich die Anzeige sofort mit GE?

      posted in Deutsch
      N
      N Lindenthal
    • RE: Eigene Häuser im GE-Browser-Stöpsel?

      … nun habe ich für maps.google einen Schlüssel, noch dazu nicht passend, weil ich meine index.html-Seite in einen Ordner gestellt habe. Wie bekomme ich nun etwas 3D-mäßiges zum Laufen? Ich brauche doch einen earth.google-Schlüssel, oder wie?

      posted in Deutsch
      N
      N Lindenthal
    • Google Erde 5.0 taucht unter Wasser

      Und da ist selbstredend meine Frage, ob auch in Kellergeschosse unter die Erdoberfläche »getaucht« werden kann. Hat das schon jemand ausprobiert?

      posted in Deutsch
      N
      N Lindenthal
    • RE: Eigene Häuser im GE-Browser-Stöpsel?

      @formalyknownasmartin said:

      … code generieren lassen ...

      Hab mal versucht, darĂĽber mehr Infos zu finden.

      http://code.google.com/intl/de/apis/earth/documentation/

      http://code.google.com/intl/de/apis/maps/signup.html

      http://googlemapsapi.blogspot.com/

      posted in Deutsch
      N
      N Lindenthal
    • RE: Eigene Häuser im GE-Browser-Stöpsel?

      Wie kann ich denn überhaupt mal was 3D-mäßiges sehen im GE-Stöpsel, außer der Autofahrt (die beeindruckend ist)?

      posted in Deutsch
      N
      N Lindenthal
    • RE: 3D Gebäude aus Google Earth laden?

      In GE stehen KML- oder KMZ-Dinger. Oder sogar noch unzugänglichere, wenn Stadtteile zu sehen sind. Sind denn KML-Dinger überhaupt re-importierbar in SU?

      posted in Deutsch
      N
      N Lindenthal
    • RE: 3D Gebäude aus Google Earth laden?

      Bist Du Dir sicher, daĂź Du danach nicht die ganze Erde in Deiner Aktentasche drin hast?

      posted in Deutsch
      N
      N Lindenthal
    • Eigene Häuser im GE-Browser-Stöpsel?

      Seit wenigen Tagen gibt es den Google-Erde-Stöpsel auch für Mac. Kein Leichtgewicht (entpackt über 140 MB). Und die Installation endete in einer, wie ich meine, bisher unbegründeten Fehlermeldung, daß sie schiefgegangen sei. Die Simulation einer Autofahrt ist ganz besonders ansprechend: http://earth-api-samples.googlecode.com/svn/trunk/demos/drive-simulator/index.html.

      Weiß jemand, ob und wie man auch hier eigene Häuser »laden« kann?

      posted in Deutsch
      N
      N Lindenthal
    • RE: SketchUp 7

      Heul, mein Beitrag is wech. Hier is was Furchtbares passiert. Und die Besucherzahl wurde gekappt. Es waren schon 99.

      posted in Deutsch
      N
      N Lindenthal
    • RE: How to pause a ruby script for 1 second

      @alexmozg said:

      @unknownuser said:

      …And completely to get rid from selection.

      Where I can find "following.rbs"?
      I shall think...

      Yes, rid from selection …

      … but how? This way?

      select_comp_by_name("Fahrstuhl")
      def Morisdov.transf_get(dict_key, ss=nil)
        model=Sketchup.active_model               
        ents=model.active_entities
         if ss
           @ents = ss
         else
           @ents=[]
           model.selection.each {|e| @ents.push(e)}
         end                                 
        @ents.freeze
        model.selection.clear
      end
      

      (my poor english) Which "following.rbs" you need?

      posted in Developers' Forum
      N
      N Lindenthal
    • RE: How to pause a ruby script for 1 second

      @alexmozg said:

      … Ask me, and I shall try to answer.

      Here is my »Fahrstuhl«, english elevator.

      My script selects the "Fahrstuhl“, puts it to another position (here position 1 and 2), and then clears the selection:

      select_comp_by_name("Fahrstuhl")
      Morisdov.transf_get("transf1")
      UI.start_timer(1, false) {Sketchup.active_model.selection.clear}
      

      Position 1

      select_comp_by_name("Fahrstuhl")
      Morisdov.transf_get("transf2")
      UI.start_timer(1, false) {Sketchup.active_model.selection.clear}
      

      Position 2

      To get the script work, the following .rbs must be installed:

      1. select_com_by_name.rb
      def select_comp_by_name(comp_name)
      	model = Sketchup.active_model
      	sel = model.selection
      	sel.clear
      	if compdef = Sketchup.active_model.definitions[comp_name]
      		sel.add(compdef.instances)
      	else
      		Sketchup.active_model.active_entities.each do |d|
      			if d.typename == "ComponentInstance"
      			sel.add d if d.name==comp_name
      		end
      	end
      		if sel.count == 0
      			UI.beep
      		else
      			UI.messagebox(sel.count.to_s + " gesuchte Dinger gefunden.")
      		end
      	end
      end
      
      1. proper_animation.rb

      My question is, how to select the "Fahrstuhl/elevator" without selection marks.

      So I tried to use the following script:

      def self.timer(proc, time_limit=1)
      $val_time = Time.now
      $timer = UI.start_timer(0, true) do
         if Time.now - $val_time >= time_limit
            UI.stop_timer $timer
            proc.call
            $val_time = $timer = nil
         end
      end
      end
      select_comp_by_name("Fahrstuhl")
      Morisdov.transf_get("transf2")
      self.timer(proc{Sketchup.active_model.selection.clear})
      

      Would be a wonder to get the arrows in model be buttons, which start the elevator scripts.


      Fahrstuhl = Elevator

      posted in Developers' Forum
      N
      N Lindenthal
    • RE: 3D-Bezier tool?

      @chris fullmer said:

      Bezier Curves is in the draw menu …

      Yes, of course. But where are the tools for bezierspline? I miss the bezier tools palette. I had them a few weeks ago.

      posted in Developers' Forum
      N
      N Lindenthal
    • RE: 3D-Bezier tool?

      Where is my bezier tools palette?

      To find it, I have only the following .rbs in my plugins folder:
      @unknownuser said:

      bezier.rb
      Bezierspline [Folder]
      langhandler.rb
      sketchup.rb

      In the folder Bezierspline are the icons of the bezier tools palette. But the bezier icons do not appear in a viewable palette.

      No .rbs in my tools folder.


      I search for this tools palette

      posted in Developers' Forum
      N
      N Lindenthal
    • RE: Farbe des Auswahlkäfigs ändern

      Danke, habs (nach längerem Suchen) gefunden.

      Nochmal der Weg:
      Fenster > Stile (es öffnet sich eine Palette) > Bearbeiten (Register [Mitte]) > obere Iconreihe, rechtes [5.] Icon »Modellieren« > »Ausgewählte«
      Dort Farbe des Auswahlkäfigs einstellen.

      posted in Deutsch
      N
      N Lindenthal
    • Farbe des Auswahlkäfigs ändern

      Um meinen Fahrstuhl im Modell bewegen zu können, muß er ausgewählt sein. Der Auswahlkäfig hat eine kräftige blaue Farbe.
      In einer anderen Datei und auch, wenn ich eine neue Datei beginne, ist der Auswahlkäfig hellgelb, also dezenter.

      Kann ich die Auswahlfarbe einstellen? Wie und wo?

      posted in Deutsch
      N
      N Lindenthal
    • RE: How to pause a ruby script for 1 second
      def self.timer(proc, time_limit=0.9)
      $val_time = Time.now
      $timer = UI.start_timer(0, true) do
         if Time.now - $val_time >= time_limit
            UI.stop_timer $timer
            proc.call
            $val_time = $timer = nil
         end
      end
      end
      select_comp_by_name("Fahrstuhl")
      Morisdov.transf_get("transf2")
      self.timer(proc{Sketchup.active_model.selection.clear})
      

      With 0.9 it works for exactly one time, each next start lets Sketchup crash down.
      With 0.2 SketchUp crashes immediately.

      I think I have to ask Morisdov by PM.

      posted in Developers' Forum
      N
      N Lindenthal
    • 1
    • 2
    • 8
    • 9
    • 10
    • 11
    • 12
    • 15
    • 16
    • 10 / 16