public class SoEllipsoidDragger extends SoTabPlaneDragger
SoEllipsoidDragger is derived from SoTabPlaneDragger and has similar behavior. The difference is that the displayed shape is an ellipsoid that fills the extent of the dragger.
If you set the constrained field to true, the edge tabs are hidden (only corner tabs are visible) and scaling is uniform.
The numSamples field specifies the number of points used to draw the ellipsoid. You can ensure the displayed shape is a circle if you set the constrained field to true before any scaling is applied.
The scaleUniform and lineWidth fields inherited from SoTabPlaneDragger are ignored.
See SoDragger for more information about using and customizing draggers, including code examples, using draggers in an immersive VR environment and using WYSIWYG draggers.
File format/default:
EllipsoidDragger {
| renderCaching | AUTO |
| boundingBoxCaching | AUTO |
| renderCulling | AUTO |
| pickCulling | AUTO |
| isActive | false |
| resizeHandles | false |
| translation | 0 0 0 |
| scaleFactor | 1 1 1 |
| numSamples | 100 |
| constrained | false |
| scaleUniform | false |
| twoSidedLighting | false |
| lineWidth | 1 |
| callbackList | NULL |
| translator | <tabPlaneTranslator resource> |
| scaleTabMaterial | <tabPlaneScaleTabMaterial resource> |
| scaleTabHints | <tabPlaneScaleTabHints resource> |
See also:
SoInteractionKit, SoDragger, SoCenterballDragger, SoDirectionalLightDragger, SoDragPointDragger, SoHandleBoxDragger, SoJackDragger, SoPointLightDragger, SoRotateCylindricalDragger, SoRotateDiscDragger, SoRotateSphericalDragger, SoScale1Dragger, SoScale2UniformDragger, SoScaleUniformDragger, SoSpotLightDragger, SoTabBoxDragger, SoTabPlaneDragger, SoTrackballDragger, SoTransformBoxDragger, SoTransformerDragger, SoTranslate1Dragger, SoTranslate2Dragger
SoDragger.TrackerDirectModesSoInteractionKit.CachingsInventor.ConstructorCommand| Modifier and Type | Field and Description |
|---|---|
SoSFBool |
constrained
Hint about constrained scaling.
|
SoSFInt32 |
numSamples
Number of samples composing the ellispoid.
|
lineWidth, resizeHandles, scaleFactor, scaleUniform, tabPixelSize, translation, twoSidedLightingDEFAULT, enableCallbacks, FREE, isActive, MOVE, NONE, ROTATEAUTO, boundingBoxCaching, OFF, ON, pickCulling, renderCaching, renderCullingboundingBoxIgnoringVERBOSE_LEVEL, ZeroHandle| Constructor and Description |
|---|
SoEllipsoidDragger()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static SoNodekitCatalog |
getClassNodekitCatalog()
Returns the
SoNodekitCatalog for this class. |
adjustScaleTabSize, showCornerScales, showEdgeScalesaddFinishCallback, addMotionCallback, addStartCallback, addValueChangedCallback, enableValueChangedCallbacks, getInitialTrackerDirectMode, getMinGesture, getMinGestureFloat, getMinScale, getMotionMatrix, getTrackerDirectMode, removeFinishCallback, removeMotionCallback, removeStartCallback, removeValueChangedCallback, setInitialTrackerDirectMode, setInitialTrackerDirectMode, setMinGesture, setMinGesture, setMinScale, setMotionMatrix, setTrackerDirectMode, setTrackerDirectModesetPartAsPathgetNodekitCatalog, getPart, getPart, getPartString, getViewportIsEnabled, getViewportOrigin, getViewportSize, isSearchingChildren, set, set, setPart, setSearchingChildrenaffectsState, callback, copy, copy, distribute, doAction, getAlternateRep, getBoundingBox, getByName, getMatrix, getPrimitiveCount, getRenderUnitID, GLRender, GLRenderBelowPath, GLRenderInPath, GLRenderOffPath, grabEventsCleanup, grabEventsSetup, handleEvent, isBoundingBoxIgnoring, isOverride, pick, rayPick, search, setOverride, touch, writecopyFieldValues, copyFieldValues, enableNotify, fieldsAreEqual, get, getAllFields, getEventIn, getEventOut, getField, getFieldName, hasDefaultValues, isNotifyEnabled, setToDefaultsdispose, getEXTERNPROTO, getName, getPROTO, isDisposable, isSynchronizable, setName, setSynchronizablegetAddress, getNativeResourceHandle, startInternalThreads, stopInternalThreadspublic final SoSFInt32 numSamples
public final SoSFBool constrained
public static SoNodekitCatalog getClassNodekitCatalog()
SoNodekitCatalog for this class.Generated on July 23, 2025, Copyright © Thermo Fisher Scientific. All rights reserved. http://www.openinventor.com