Vizard 8 » Command Index » Vizard objects » node3d » <node3d:face>.getGeomList
8.1

<node3d:face>.getGeomList

List of geometry names

<node3d:face>.getGeomList()  

Remarks

This command will return a list of names of all the geometries available on the face.

Return Value

A list of geometry names

Example

geoms = face.getGeomList()

#Print all the geom names
for name in geoms:
    print(name)