Description. Creates a torus primitive
Plugin Status. Stable
Categories. All Plugins, Stable Plugins, Quadric Plugins
Table B.263. QuadricTorus 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 torus. | k3d::matrix4 | transformation |
Major Radius | Controls the major radius of the output torus. | k3d::double_t | major_radius |
Minor Radius | Controls the minor radius of the output torus. | k3d::double_t | minor_radius |
Phi Min | Phi Min. | k3d::double_t | phi_min |
Phi Max | Phi Max. | k3d::double_t | phi_max |
Sweep Angle | Optionally limits the sweep angle of the torus to less-than 360 degrees. | k3d::double_t | sweep_angle |