Vizard 7 » Command Index » Vizard objects » node3d » <node3d:GUI>.getLength
7.6

<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

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