| Contents | Index |
fields(vrnode_object) x = fields(vrnode_object)
vrnode_object | Name of a vrnode object representing the node to be queried. |
fields(vrnode_object) displays a list of VRML fields of the node associated with the vrnode object in the MATLAB Command Window.
x = fields(vrnode_object) returns the VRML fields of the node associated with the vrnode object in a structure array. The resulting structure contains a field for every VRML field with the following subfields:
Type is the name of the VRML field type, for example, 'MFString', 'SFColor'.
Access is the accessibility description of the VRML data class, for example, 'eventIn', 'exposedField'.
Sync is the synchronization status 'on' or 'off'. See also vrnode/sync.

Learn more about Simulink through this collection of videos, articles, technical literature and the Getting Started with Simulink Guide.
| © 1984-2012- The MathWorks, Inc. - Site Help - Patents - Trademarks - Privacy Policy - Preventing Piracy - RSS |