Table of Contents

Delegate expand_to_box3d_func_t

Namespace
Hi.Native
Assembly
HiDisp.dll

Delegate for expanding a bounding box.

public delegate void expand_to_box3d_func_t(void* para, box3d* dst)

Parameters

para void*

User parameter.

dst box3d*

Destination box to expand.

Extension Methods