KeyFrameBox¶
-
MLModule
¶ genre Resample
author MeVis Medical Solutions AG
package MeVisLab/Standard
dll MLResample1
definition MLResample1.def see also PathToKeyFrame
,MPRPath
keywords bounding
Purpose¶
The module KeyFrameBox
computes the bounding box of an attached ml.KeyFrameList
.
Input Fields¶
inputKeyFrames¶
-
name:
inputKeyFrames
, type:
KeyFrameList(MLBase)
¶ List of key frames to compute the bounding box.
For accessing this object via scripting see the Scripting Reference:MLKeyFrameListWrapper
.
Parameter Fields¶
Field Index¶
Allow Rotation : Bool |
World Box Min : Vector3 |
Box Outset : Double |
|
Frame Width : Double |
|
Voxel Box : String |
|
Voxel Box Max : Vector3 |
|
Voxel Box Min : Vector3 |
|
World Box : String |
|
World Box Max : Vector3 |
Visible Fields¶
Frame Width¶
-
name:
frameWidth
, type:
Double
, default:
50
, minimum:
0
, maximum:
200
¶ Sets the width of the key frames.
Box Outset¶
-
name:
boxOutset
, type:
Double
, default:
0
, minimum:
-10
, maximum:
10
¶ Sets an offset to change the key frames’ size. Can be positive or negative.
Allow Rotation¶
-
name:
allowRotation
, type:
Bool
, default:
FALSE
¶ If checked, the rotation of key frames are taken into account.
World Box Min¶
-
name:
worldBoxMin
, type:
Vector3
, persistent:
no
¶ Shows the lower, front, left hand corner of the bounding box in world coordinates.
World Box Max¶
-
name:
worldBoxMax
, type:
Vector3
, persistent:
no
¶ Shows the upper, rear, right hand corner of the bounding box in world coordinates.
World Box¶
-
name:
worldBox
, type:
String
, persistent:
no
¶ Shows the bounding box in world coordinates as a space-separated list of scalars.
Voxel Box Min¶
-
name:
voxelBoxMin
, type:
Vector3
, persistent:
no
¶ Shows the lower, front, left hand corner of the bounding box in voxel coordinates.