1#if !defined(_SO_BASE_EXTRUSION_)
2#define _SO_BASE_EXTRUSION_
27#include <Inventor/fields/SoSFBool.h>
28#include <Inventor/fields/SoMFVec3f.h>
29#include <Inventor/fields/SoSFVec3f.h>
30#include <Inventor/nodes/SoShape.h>
31#include <Inventor/fields/SoSFEnum.h>
32#include <Inventor/SbPImpl.h>
76class SoBaseExtrusion : public SoShape
78 SO_NODE_ABSTRACT_HEADER(SoBaseExtrusion);
79 SO_PIMPL_PUBLIC_HEADER(SoBaseExtrusion)
161 virtual ~SoBaseExtrusion();
165 void commonConstructor();
171 int numSpinePts,
const SbVec2f *crossSection,
172 int numCrossSectionPts,
const SbRotation *orientPts,
173 int numOrientPts,
const SbVec2f *scalePts,
177 const int i,
const SbBool closed );
179 const int i,
const SbBool closed );
183 static void initClass();
184 static void exitClass();
186 static void updateTols();
190 static float s_dot_epsilon;
191 static float s_epsilon;
193 friend class inventor::impl::SoExtrusionImpl;
Class for representing a rotation.
Abstract base class for all extrusion-based shape nodes.
@ NONE
Ignores the scaling state.
@ SPINE_ONLY
Only the spine points are scaled.
@ DEFAULT
Default scaling.
@ SECTION_ONLY
Only the cross section points are scaled.
SoSFBool beginCap
If TRUE, begin planar cap surfaces generated.
SoSFEnum scaleMode
Scaling behavior of the extrusion.
@ SMOOTH_WITHOUT_SELF_INTERSECTIONS
Smooth but avoids self intersections caused by large curvature radius of the spine.
@ BASIC
Old extrusion algorithm.
@ SMOOTH
Default extrusion algorithm.
SoMFVec3f spine
Spine points.
SoSFEnum extrusionMode
Construction behavior of the extrusion.
SoSFBool endCap
If TRUE, end planar cap surfaces generated.
<a href="IconLegend.html"><img src="extTGS.gif" alt="VSG extension" border="0"></a> Geometric shape ...
Multiple-value field containing any number of three-dimensional vectors.
Field containing a single Boolean value.
Field containing an enumerated value.