HierarchyHelp Class Reference

#include <c4d_baseobject.h>

详细描述

Helper class for virtual objects hierarchy handling.

另请参阅
ObjectData::GetVirtualObjects()

公共成员函数

Float   GetLOD (void)
BUILDFLAGS   GetBuildFlags (void)
const 矩阵 GetMg (void)
BaseThread GetThread (void)
BaseDocument GetDocument (void)

私有成员函数

  HierarchyHelp ()
  ~HierarchyHelp ()

构造函数 & 析构函数文档编制

◆  HierarchyHelp()

HierarchyHelp () private

◆  ~HierarchyHelp()

~ HierarchyHelp () private

成员函数文档编制

◆  GetLOD()

Float GetLOD ( void  )

Gets the level of detail for the virtual objects.

返回
The level of detail.
另请参阅
BaseDocument::GetLOD()

◆  GetBuildFlags()

BUILDFLAGS GetBuildFlags ( void  )

Gets the build flags for the virtual objects.

返回
The build flags: BUILDFLAGS

◆  GetMg()

const 矩阵 & GetMg ( void  )

Gets the world (global) matrix for the virtual objects.

返回
The world (global) transformation matrix.

◆  GetThread()

BaseThread * GetThread ( void  )

Gets the calling thread.

返回
The thread using the hierarchy help, or nullptr . Cinema 4D owns the pointed thread.

◆  GetDocument()

BaseDocument * GetDocument ( void  )

Gets the document for the virtual objects.

返回
The document. Cinema 4D owns the pointed document.