Table of Contents

Delegate WrappedExpandToBox3dDel

Namespace
Hi.Disp
Assembly
HiDisp.dll

The bound-accumulation hook of a WrappedDisplayee: expands dst (a value-typed box3d_t, so by reference) for the wrapped displayee.

public delegate void WrappedExpandToBox3dDel(IDisplayee displayee, ref box3d_t dst)

Parameters

displayee IDisplayee

the wrapped displayee

dst box3d_t

destination box, expanded in place

Extension Methods