AnyCAD C++ API  2018
 全部  命名空间 文件 函数 变量 类型定义 枚举 枚举值 友元 宏定义 
Public 成员函数 | 所有成员列表
AnyCAD::API::SceneNodeCast类 参考

Dynamic cast object. 更多...

#include <APISceneNodeCast.h>

Public 成员函数

GroupSceneNode ToGroupSceneNode (const SceneNode &pValue)
 
EntitySceneNode ToEntitySceneNode (const SceneNode &pValue)
 
PointNode ToPointNode (const SceneNode &pValue)
 
LineNode ToLineNode (const SceneNode &pValue)
 
RenderableGeometry ToRenderableGeometry (const RenderableEntity &pValue)
 
RenderableGroupEntity ToRenderableGroupEntity (const RenderableEntity &pValue)
 

详细描述

Dynamic cast object.

TODO:

成员函数说明

EntitySceneNode AnyCAD::API::SceneNodeCast::ToEntitySceneNode ( const SceneNode pValue)

Cast SceneNode to EntitySceneNode

参数
pValuethe SceneNode
返回
the EntitySceneNode
GroupSceneNode AnyCAD::API::SceneNodeCast::ToGroupSceneNode ( const SceneNode pValue)

Cast SceneNode to GroupSceneNode

参数
pValuethe SceneNode
返回
the GroupSceneNode
LineNode AnyCAD::API::SceneNodeCast::ToLineNode ( const SceneNode pValue)

Cast SceneNode to LineNode

参数
pValuethe SceneNode
返回
the LineNode
PointNode AnyCAD::API::SceneNodeCast::ToPointNode ( const SceneNode pValue)

Cast SceneNode to PointNode

参数
pValuethe SceneNode
返回
the PointNode
RenderableGeometry AnyCAD::API::SceneNodeCast::ToRenderableGeometry ( const RenderableEntity pValue)
RenderableGroupEntity AnyCAD::API::SceneNodeCast::ToRenderableGroupEntity ( const RenderableEntity pValue)

该类的文档由以下文件生成: