1#ifndef SO_ALGEBRAIC_CYLINDER_H
2#define SO_ALGEBRAIC_CYLINDER_H
4#include <Inventor/nodes/SoAlgebraicShape.h>
5#include <Inventor/fields/SoSFFloat.h>
6#include <Inventor/fields/SoSFBool.h>
102 static void initClass ();
103 static void exitClass ();
Abstract base class for all actions.
SoSFBool capped
Specifies if cylinder is capped or not.
SoSFFloat radius
Specifies the cylinder's radius.
SoSFFloat height
Specifies the cylinder's height.
SoAlgebraicCylinder()
Default constructor.
Abstract base class for all database nodes.
Intersects objects with a ray cast into scene.
Field containing a single Boolean value.
Field containing a floating-point value.