I want to have access to the coordinates and geometry of my object, which has been described in my virtual world from the MATLAB command line. However, it appears I only have access to a finite set of the object properties.
Neeta Dsouza answered .
2025-11-20
edit vrheat.wrl
At line 50, "DEF IFS_Coords" has been added to define a node and name it IFS_Coords. You can then edit this property using the standard methods:
world = vrworld('vrheat.wrl')
open(world)
view(world);vrdrawnow
nodes(world)
ifscoordsnode = vrnode(world, 'IFS_Coords')
fields(ifscoordsnode)
ifscoordsnode.point