intrinsic-163 Clear3DData |
Top Previous Next |
163: Clear3DObject(Handle);
This intrinsic clears all data from the object without changing the transforms. If the object is a mesh, all the triangles are removed. If the object is a Lines Object, all the lines are removed. If the object is a String object, the string is set to zero length. If the object is a Frame all the sub-frames, sub-meshes, sub-lines and sub-strings are removed.
Arguments:
Handle. This argument is an integer handle created by the Add3DObject intrinsic. It specifies the object to be cleared. The object can be of any type. |