Description. Generates a polygonal cone with optional endcap
Plugin Status. Stable
Categories. All Plugins, Stable Plugins, Polyhedron Plugins
Table B.211. PolyCone Properties
Label | Description | Type | Script Name |
---|---|---|---|
Output Mesh | Output mesh | k3d::mesh* | output_mesh |
Surface Material | Surface material | k3d::inode* | material |
U segments | Columns | k3d::int32_t | u_segments |
V segments | Rows | k3d::int32_t | v_segments |
Bottom | Cap cone bottom | k3d::bool_t | bottom |
Radius | Bottom radius | k3d::double_t | radius |
Height | Z Max (RenderMan convention) | k3d::double_t | height |
U power | Radial power | k3d::double_t | u_power |
V power | Length power | k3d::double_t | v_power |