Description. Numbers NURBS patches
Plugin Status. Stable
Categories. All Plugins, Stable Plugins, OpenGL Plugins, Painter Plugins
Table B.223. OpenGLNURBSPatchNumberingPainter Properties
Label | Description | Type | Script Name |
---|---|---|---|
Enabled | Enable / disable drawing for this painter. | k3d::bool_t | enabled |
Font | Font path | k3d::filesystem::path | font |
Font Size | Font size. | k3d::double_t | font_size |
Font Antialiasing | Render antialiased text. | k3d::bool_t | antialias |
Draw Selected | Draw normals for selected patches. | k3d::bool_t | draw_selected |
Draw Unselected | Draw normals for unselected patches. | k3d::bool_t | draw_unselected |
Selected Color | Normal color for selected patches. | k3d::color | selected_color |
Unselected Color | Normal color for unselected patches. | k3d::color | unselected_color |
X-Offset | Offsets numbers away from their patches. | k3d::double_t | x_offset |
Y-Offset | Offsets numbers away from their patches. | k3d::double_t | y_offset |
Z-Offset | Offsets numbers away from their patches.. | k3d::double_t | z_offset |