Uses of Class
com.openinventor.inventor.SbCylinder
Packages that use SbCylinder
Package
Description
Open Inventor is an object-oriented and OpenGL-based API for real-time 3D visualization.
-
Uses of SbCylinder in com.openinventor.inventor
Methods in com.openinventor.inventor that return SbCylinderModifier and TypeMethodDescriptionSbCylinder.setValue
(float[] components) SbCylinder.setValue
(float[] components, int startIndex) static SbCylinder[]
SbCylinder.toArray
(long nativeArray, long length) Methods in com.openinventor.inventor with parameters of type SbCylinderConstructors in com.openinventor.inventor with parameters of type SbCylinder -
Uses of SbCylinder in com.openinventor.inventor.projectors
Methods in com.openinventor.inventor.projectors that return SbCylinderModifier and TypeMethodDescriptionSbCylinderProjector.getCylinder()
Gets the cylinder on which to project points.Methods in com.openinventor.inventor.projectors with parameters of type SbCylinderModifier and TypeMethodDescriptionvoid
SbCylinderProjector.setCylinder
(SbCylinder cyl) Sets the cylinder on which to project points.Constructors in com.openinventor.inventor.projectors with parameters of type SbCylinderModifierConstructorDescriptionCalls SbCylinderPlaneProjector(cyl, (float)0.9f, true).SbCylinderPlaneProjector
(SbCylinder cyl, float edgeTol) Calls SbCylinderPlaneProjector(cyl, edgeTol, true).SbCylinderPlaneProjector
(SbCylinder cyl, float edgeTol, boolean orientToEye) Constructor.Calls SbCylinderSectionProjector(cyl, (float)0.9f, true).SbCylinderSectionProjector
(SbCylinder cyl, float edgeTol) Calls SbCylinderSectionProjector(cyl, edgeTol, true).SbCylinderSectionProjector
(SbCylinder cyl, float edgeTol, boolean orientToEye) Constructor.Calls SbCylinderSheetProjector(cyl, true).SbCylinderSheetProjector
(SbCylinder cyl, boolean orientToEye) Constructor.