MATLAB SIMULINK 3D ANIMATION - S Guide de l'utilisateur Page 422

  • Télécharger
  • Ajouter à mon manuel
  • Imprimer
  • Page
    / 490
  • Table des matières
  • MARQUE LIVRES
  • Noté. / 5. Basé sur avis des utilisateurs
Vue de la page 421
10 Functions — Alphabetical List
10-82
vrnode/get
Property value of vrnode object
Syntax
get(vrnode_object)
x = get(vrnode_object)
x = get(vrnode_object, 'property_name')
Arguments
vrnode_object Name of a vrnode object representing the node to be queried.
property_name Name of the property to be read.
Description
get(vrnode_object) lists all vrnode properties in the MATLAB Command Window.
x = get(vrnode_object), where vrnode_object is a scalar, returns a structure
where each field name is the name of a property and each field contains the value of that
property.
x = get(vrnode_object, 'property_name') returns the value of given property.
If vrnode_object is a vector of vrnode handles, get returns an M-by-1 cell array of
values, where M is equal to length(vrnode_object).
The vrnode property values are case sensitive. Property names are not case sensitive.
The vrnode object properties allow you to control the behavior and appearance of objects.
The vrnode objects have the following properties. All these properties are read only.
Property Value Description
Fields Cell array Valid field names for the VRML node.
Vue de la page 421
1 2 ... 417 418 419 420 421 422 423 424 425 426 427 ... 489 490

Commentaires sur ces manuels

Pas de commentaire