Virtual Reality Toolbox | ![]() ![]() |
Return a summary of VRML fields of a node object
Syntax
Arguments
vrnode_object |
Name of a vrnode object representing the node to be queried. |
Description
fields(vrnode_object
) displays a list of VRML fields and subfields 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 the VRML fields and the following subfields:
Type
is the name of the VRML field type, for example, 'MFString'
, 'SFColor'
.
Access
is the accessibility description, for example, 'eventIn'
, 'exposedField'
.
Sync
is the synchronization status 'on'
or 'off'
. See also vrnode/sync
.
See Also
![]() | vrnode/delete | vrnode/get | ![]() |