25// SoNode* getShapeNode_Cross( double extent, double x, double y, double z );
26 SoNode* getShapeNode_DriftDisc( double radius );//Af flat drift tube. Returns point if radius is 0
27 SoNode* getShapeNode_DriftTube( double halfLength, double radius );//Will return an SoCylinder unless radius is 0 - in that case returns a line.
28 SoNode* getShapeNode_ProjectedDriftTube( double halfLength, double radius, bool inner, bool outer );//Will return SoCylinder(s) unless radius is 0 - in that case returns point(s).
29 SoNode* getShapeNode_Strip( doublelength, doublewidth = 0, doubledepth=0 );//if width & depth are 0, will return a line. If all are 0, will return a point.