#include <iassembly.h>
Use IAssembly instead.
Public Types |
|
enum | MethodID { E_SET_ASSEMBLY_BBOX_DISPLAY = IAssembly::E_GET_ASSEMBLY_HEAD_OPEN + 1, E_GET_ASSEMBLY_BBOX_DISPLAY } |
Public Member Functions |
|
virtual void | SetAssemblyBBoxDisplay (BOOL b)=0 |
Methods to control the display of an
assembly's world space bounding box. |
|
virtual BOOL | GetAssemblyBBoxDisplay ()=0 |
Method to retrieve the value of the bounding
box display flag. |
virtual void SetAssemblyBBoxDisplay | ( | BOOL | b | ) | [pure virtual] |
Methods to control the display of an assembly's world space bounding box.
b | - If TRUE, display the bounding box. If FALSE, do not display the bounding box. |
Implements IAssembly.
virtual BOOL GetAssemblyBBoxDisplay | ( | ) | [pure virtual] |
Method to retrieve the value of the bounding box display flag.
Implements IAssembly.