IAssembly2 Class Reference
 
 
 
IAssembly2 Class Reference

#include <iassembly.h>

Inheritance diagram for IAssembly2:
IAssembly FPMixinInterface FPInterface BaseInterface InterfaceServer MaxHeapOperators

Class Description

Deprecated:
Deprecated in 3ds Max 2013.

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.

Member Enumeration Documentation


Member Function Documentation

virtual void SetAssemblyBBoxDisplay ( BOOL  b ) [pure virtual]

Methods to control the display of an assembly's world space bounding box.

Parameters:
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.

Returns:
- If TRUE, the bounding box display is enabled. If FALSE, the bounding box display is disabled.

Implements IAssembly.