MIPlaneDragger¶
-
MacroModule
¶ genre Interaction
author MeVis Medical Solutions AG
package MeVisLab/Standard
definition MIPlaneDragger.def see also SoPlaneDragger
,SoMIDraggerContainer
keywords translate
,rotate
,3d
,scene
Purpose¶
This is a replacement for SoPlaneDragger
that uses Managed Interaction.
Usage¶
Same as SoPlaneDragger
.
Details¶
Unlike SoPlaneDragger, interactive highlighting and changing of the mouse cursor is always on.
Tips¶
MIPlaneDragger is a macro module, which makes it easier to replace the geometry of the dragger.
Parameter Fields¶
Field Index¶
Active Color : Color |
Enable Rotation : Bool |
Enable Translation : Bool |
Passive Color : Color |
Plane : Plane |
Rotation : Rotation |
Scale : Double |
Translation : Vector3 |
Visible Fields¶
Translation¶
-
name:
translation
, type:
Vector3
, default:
0 0 0
¶ Sets the current translation of the plane.
Enable Rotation¶
-
name:
enableRotation
, type:
Bool
, default:
TRUE
¶ If checked, the interactive rotation of the plane is enabled.
Enable Translation¶
-
name:
enableTranslation
, type:
Bool
, default:
TRUE
¶ If checked, the interactive translation of the plane is enabled.
Plane¶
-
name:
plane
, type:
Plane
, persistent:
no
¶ This is the plane resulting from
Rotation
andTranslation
.