MATLAB SIMULINK 3D ANIMATION - S Podręcznik Użytkownika Strona 417

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 490
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 416
vrnode
10-77
vrnode
Create node or handle to existing node
Syntax
mynode = vrnode
mynode = vrnode([])
mynode = vrnode(vrworld_object,'node_name')
mynode = vrnode(vrworld_object, 'node_name','node_type')
mynode = vrnode(vrworld_object, 'USE', othernode)
mynode = vrnode(parent_node,'parent_field', 'node_name',
'node_type')
mynode = vrnode(parent_node,'parent_field', 'USE',
'othernode')
Arguments
vrworld_object Name of a vrworld object representing a virtual world.
node_name Name of the node.
node_type Type of the node.
parent_node Name of the parent node that is a vrnode object.
parent_field Name of the field of the parent node.
'USE' Enables a USE reference to another node.
othernode Name of another node for a USE reference.
Description
mynode = vrnode creates an empty vrnode handle that does not reference any node.
Przeglądanie stron 416
1 2 ... 412 413 414 415 416 417 418 419 420 421 422 ... 489 490

Komentarze do niniejszej Instrukcji

Brak uwag