Override of standard rule to ensure this object has an empty BBox itself.
Flags : Cached (Note this is uncached)
Expression : R.makeBBox()
The color used for the bounding box.
Flags : Cached, Parameter (Note this is uncached)
Expression : 'BoundingBoxClear'
The height of the target bounding box.
Flags : Cached (Note this is uncached)
Expression : this.referenceBox.zSpan
The length of the target bounding box.
Flags : Cached (Note this is uncached)
Expression : this.referenceBox.xSpan
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) }
The box being shown.
Flags : Cached, Parameter (Note this is uncached)
Expression : this.target.bbox
The model whose bounding box we want to see.
Flags : Cached, Parameter (Note this is uncached)
Expression : this.nha
The width of the target bounding box.
Flags : Cached (Note this is uncached)
Expression : this.referenceBox.ySpan
BoundingBox (d.1.0)
Mixins: BlockRenderMixin, BaseAssembly
Shows the bounding box of target using a light blue transparent box.