public class SoTransformerManip extends SoTransformManip
SoTransformerManip
is derived from SoTransform
(by way of SoTransformManip
). When its fields change, nodes following it in the scene graph rotate, scale, and/or translate.
As a subclass of SoTransformManip
, this manipulator also has a 3D interface to edit some of its fields. In this case, the interface edits the scaleFactor , rotation and translation fields.
A manipulator differs from a dragger. When you move a dragger, no other nodes are affected. When you move an SoTransformManip
, other nodes move along with it. (See the reference page for SoTransformManip
).
The interface for an SoTransformerManip
is exactly the same as that of the SoTransformerDragger
. To find out more about the interface, see the reference page for SoTransformerDragger
. To find out how the manipulator uses a dragger to provide its interface, see the reference page for SoTransformManip
.
On screen, this manipulator will surround the objects influenced by its motion. This is because it turns on the surroundScale part of the dragger (See the reference page for SoSurroundScale
)
File format/default:
TransformerManip {
translation | 0 0 0 |
rotation | 0 0 1 0 |
scaleFactor | 1 1 1 |
scaleOrientation | 0 0 1 0 |
center | 0 0 0 |
See also:
SoTransformerDragger
, SoTransform
, SoCenterballManip
, SoHandleBoxManip
, SoJackManip
, SoTabBoxManip
, SoTrackballManip
, SoTransformBoxManip
, SoTransformManip
Inventor.ConstructorCommand
center, rotation, scaleFactor, scaleOrientation, translation
VERBOSE_LEVEL, ZeroHandle
Constructor and Description |
---|
SoTransformerManip()
Constructor.
|
Modifier and Type | Method and Description |
---|---|
boolean |
isLocateHighlighting()
Returns whether or not the dragger inside this manip will perform locate highlighting.
|
void |
setLocateHighlighting(boolean onOff)
Sets whether or not the dragger inside this manip will perform locate highlighting.
|
void |
unsquishKnobs()
Tells the dragger inside this manip to unsquish its rotation and scale knobs during the next traversal.
|
getDragger, replaceManip, replaceNode
combineLeft, combineRight, getRotationSpaceMatrix, getScaleSpaceMatrix, getTranslationSpaceMatrix, multLeft, multRight, pointAt, recenter, setMatrix
affectsState, 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, write
copyFieldValues, copyFieldValues, enableNotify, fieldsAreEqual, get, getAllFields, getEventIn, getEventOut, getField, getFieldName, hasDefaultValues, isNotifyEnabled, set, setToDefaults
dispose, getEXTERNPROTO, getName, getPROTO, isDisposable, isSynchronizable, setName, setSynchronizable
getAddress, getNativeResourceHandle, startInternalThreads, stopInternalThreads
public void setLocateHighlighting(boolean onOff)
public void unsquishKnobs()
public boolean isLocateHighlighting()
Generated on January 23, 2025, Copyright © Thermo Fisher Scientific. All rights reserved. http://www.openinventor.com