#include <ivf/IvfSplineTube.h>
Inheritance diagram for CIvfSplineTube:
Public Member Functions | |
CIvfSplineTube () | |
virtual | ~CIvfSplineTube () |
IvfClassInfo ("CIvfSplineTube", CIvfTubeExtrusion) | |
void | setSides (int sides) |
void | setSpline (CIvfSpline3d *spline) |
void | setPrecision (double resolution) |
virtual void | refresh () |
Implements a extrusion using a CIvfSpline3d spine
Definition at line 39 of file IvfSplineTube.h.
|
CIvfSplineTube constructor |
|
CIvfSplineTube destructor |
|
Updates the extrusion when the spline geometry changes Reimplemented from CIvfTubeExtrusion. |
|
Set the precision when creating the polyline representation |
|
Set the number of sides in the circular section |
|
Sets the spline used as a spine |