See hou.AdvancedDrawable See hou.GeometryDrawable
Values ¶
hou.drawableGeometryType.Face
Face drawable type. This drawable allows you to highlight the polygons of the attached geometry.
hou.drawableGeometryType.Line
Line drawable type. This drawable allows you to highlight the polygon edges of the attached geometry.
hou.drawableGeometryType.Point
Point drawable type. This drawable allows you to highlight the polygon vertices of the attached geometry.
hou.drawableGeometryType.Vector
Vector drawable type. This drawable works with point geometries and allows you to draw vectors at each point. Note that a point attribute N
is required for the Vector drawable type.