Description. Creates a paraboloid primitive
Plugin Status. Stable
Categories. All Plugins, Stable Plugins, Quadric Plugins
Table B.286. QuadricParaboloid Properties
Label | Description | Type | Script Name |
---|---|---|---|
Output Mesh | Output mesh | k3d::mesh* | output_mesh |
Surface Material | Surface material | k3d::inode* | material |
Transformation | Transformation matrix used to position / orient / scale the output paraboloid. | k3d::matrix4 | transformation |
Radius | Controls the radius of the output paraboloid. | k3d::double_t | radius |
Z Min | Defines the paraboloid length along the -Z axis. | k3d::double_t | z_min |
Z Max | Defines the paraboloid length along the +Z axis. | k3d::double_t | z_max |
Sweep Angle | Optionally limits the sweep angle of the paraboloid to less-than 360 degrees. | k3d::double_t | sweep_angle |