Copyright © 2021 by K4.org
  (v.0.48.124)

Shows the bounding box of target using a light blue transparent box.

Index

Rules

bbox

bbox: Any

Override of standard rule to ensure this object has an empty BBox itself.

Flags : Cached (Note this is uncached)

Expression : R.makeBBox()

color

color: String

The color used for the bounding box.

Flags : Cached, Parameter (Note this is uncached)

Expression : 'BoundingBoxClear'

height

height: Number

The height of the target bounding box.

Flags : Cached (Note this is uncached)

Expression : this.referenceBox.zSpan

length

length: Number

The length of the target bounding box.

Flags : Cached (Note this is uncached)

Expression : this.referenceBox.xSpan

position

position: Any

This object positions itself.

Flags : Cached (Note this is uncached)

Expression : const wf = makeFrame(); return { origin: this.referenceBox.center(), xdir: v(1,0,0,wf) , ydir: v(0,1,0,wf) }

referenceBox

referenceBox: Any

The box being shown.

Flags : Cached, Parameter (Note this is uncached)

Expression : this.target.bbox

target

target: Model

The model whose bounding box we want to see.

Flags : Cached, Parameter (Note this is uncached)

Expression : this.nha

width

width: Number

The width of the target bounding box.

Flags : Cached (Note this is uncached)

Expression : this.referenceBox.ySpan