Open topic with navigation
<node3d:GUI>.getLength
Returns the length of the object.
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
droplist = viz.addDropList()
print(droplist.getLength()) #Returns 1.0