Symulator EU07 (i nie tylko) > Pomoc w tworzeniu

 GMAX pytanie?

(1/1)

PEKAP:
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

hejnal:
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:

--- Kod: ---schematicView.open <name_string>
--- Koniec kodu ---

Opens an existing Schematic View with the specified name, or creates a new Schematic View with specified name. Returns the value true.

--- Kod: ---schematicView.zoomSelected <name_string>
--- Koniec kodu ---

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.

--- Kod: ---schematicView.close <name_string>
--- Koniec kodu ---

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.

--- Kod: ---schematicView.numSchematicViews()
--- Koniec kodu ---

Returns the number of named Schematic Views defined

--- Kod: ---schematicView.getSchematicViewName <index_integer>
--- Koniec kodu ---

Returns the name of the indexed Schematic View as a String. Index values are 1-based.
--- Koniec cytatu ---


--- Kod: ---schematicView.close                
schematicView.getSchematicViewName  
schematicView.numSchematicViews      
schematicView.open                  
schematicView.zoomSelected
--- Koniec kodu ---

PEKAP:
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ę.

Nawigacja

[0] Indeks wiadomości

Idź do wersji pełnej
Powered by Advanced Topic Prefix Pro
Powered by SMFPacks Likes Pro Mod