XMarkerListBounds

MLModule

genre

Marker

author

Ola Friman

package

FMEstable/ReleaseMeVis

dll

MLXMarkerListBounds

definition

MLXMarkerBounds.def

see also

MarkerStatistics, XMarkerListToCircular, XMarkerListConvert, XMarkerListCompare, ConstantXMarkerList

keywords

marker, xmarker, bounds, limits, bounding, box, sphere

Purpose

The module XMarkerListBounds finds a box or a sphere that encloses the XMarker positions in an XMarkerList.

Windows

Default Panel

../../../Projects/MLMarkerInfrastructure/XMarkerListBounds/Modules/mhelp/Images/Screenshots/XMarkerListBounds._default.png

Input Fields

inputXMarkerList

name: inputXMarkerList, type: XMarkerList(MLBase)

The XMarkerList whose markers shall be enclosed with the calculated box and circle.

For accessing this object via scripting, see the Scripting Reference: MLXMarkerListWrapper.

Parameter Fields

Field Index

Additional Bound Margin: Double

Lower Right Corner: Vector3

Output is valid: Bool

Sphere Center: Vector3

Sphere Radius: Double

Upper Left Corner: Vector3

Visible Fields

Additional Bound Margin

name: additionalMargin, type: Double, default: 0

Sets an additional margin for the resulting sphere or box in mm.

Upper Left Corner

name: upperLeftCorner, type: Vector3, default: 0 0 0

Shows the minimum corner of the axis aligned bounding box.

Lower Right Corner

name: lowerRightCorner, type: Vector3, default: 0 0 0

Shows the maximum corner of the axis aligned bounding box.

Sphere Center

name: sphereCenter, type: Vector3, default: 0 0 0

Shows the center of the bounding sphere.

Sphere Radius

name: sphereRadius, type: Double, default: 0

Shows the radius of the bounding sphere.

Output is valid

name: outputValid, type: Bool, default: FALSE

Shows whether the output is valid.