I have noticed that the OpenSCAD documentation does not clarify whether the terms 'objects' and 'nodes' refer to the same thing or not. Objects are defined as 'building blocks', 'created by 2D and 3D primitives' and end with semi colons On the other hand nodes are operated on by transforms (e.g. child nodes; ). But since objects are also operated on by transforms it creates the perception that both terms refer to the same thing.
Please could someone define an OpenSCAD node and whether it is synonymous with a 2D or 3D object?
Regards