Description. Take a NURBS curve and rotate it around one of the coordinate system axis
Plugin Status. Experimental
Categories. All Plugins, Experimental Plugins, NURBS Plugins
Table B.209. NurbsRevolveCurve Properties
Label | Description | Type | Script Name |
---|---|---|---|
Input Mesh | Input mesh | k3d::mesh* | input_mesh |
Output Mesh | Output mesh | k3d::mesh* | output_mesh |
Mesh Selection | Input Mesh Selection | k3d::selection::set | mesh_selection |
angle | The curve will be rotated to this angle, specify 360 for a closed shape | k3d::double_t | angle |
segments | Segments | k3d::int32_t | segments |
Around | Axis to revolve around | k3d::string_t | around |
Delete the Curve | Delete the original curve | k3d::bool_t | delete_original |