Autor Wątek:  GMAX pytanie?  (Przeczytany 2635 razy)

0 użytkowników i 1 Gość przegląda ten wątek.

Offline PEKAP

  • Wiadomości: 588
    • Zobacz profil
  • Otrzymane polubienia: 0
GMAX pytanie?
« dnia: 04 Października 2004, 15:38:10 »
Czy w GMAX-ie da się włączyć schematic view? Czy ktoś może ma opis przełączników w kabinie ET21. Jak tak to proszę wysłać na adam.sidor@neostrada.pl
-//-

Offline hejnal

  • ZbanowanyZbanowany
  • Wiadomości: 967
    • Zobacz profil
  • Otrzymane polubienia: 3
GMAX pytanie?
« Odpowiedź #1 dnia: 04 Października 2004, 18:29:34 »
Nie sprawdzałem jak to działa ale jest możliwość dodania Schematic view w gmax. Robi się to ręcznie w postaci komęd w MAXscript Listenerze.
Tu masz instrukcje:
Cytuj
The Schematic View window functions are in a structure package named schematicView. These functions operate on named Schematic Views, and in many cases you identify the Schematic View window by this name. The Schematic View functions are:
schematicView.open <name_string>
Opens an existing Schematic View with the specified name, or creates a new Schematic View with specified name. Returns the value true.
schematicView.zoomSelected <name_string>
Zooms the named Schematic View on the currently selected objects. The display is zoomed such that all of the selected objects are displayed. If there are no selected objects, no operation occurs. This method will return true, except when the named Schematic View does not exist or is not open, when it returns false.
schematicView.close <name_string>
Closes the named Schematic View. This method will return true, except when the named Schematic View does not exist or is not open, when it returns false.
schematicView.numSchematicViews()
Returns the number of named Schematic Views defined
schematicView.getSchematicViewName <index_integer>
Returns the name of the indexed Schematic View as a String. Index values are 1-based.

schematicView.close                
schematicView.getSchematicViewName  
schematicView.numSchematicViews      
schematicView.open                  
schematicView.zoomSelected

Offline PEKAP

  • Wiadomości: 588
    • Zobacz profil
  • Otrzymane polubienia: 0
GMAX pytanie?
« Odpowiedź #2 dnia: 07 Października 2004, 20:37:59 »
Dzięki ale i tak nie udało mi się tego uruchomić. Wpisywałem do listnera, tworzyłem nowe skrypty, itp... nie udało się.
-//-