<node3d:GUI>.getLength

Returns the length of the object.

 

<node3d:GUI>.getLength()

 

Remarks

This command will return the length of the GUI object. The default length of GUI objects is 1.

Return Value

The length of the object.

Example

list = viz.addDropList()
print list.getLength() #Returns 1.0