AnyCAD SDK PRO  2020
The Professional Graphics SDK for .Net and C++ Developers
Public 成员函数 | 所有成员列表
AnyCAD::Platform::SelectedEntityQuery类 参考

The context to query the selected entity. 更多...

类 AnyCAD::Platform::SelectedEntityQuery 继承关系图:
AnyCAD::Platform::SelectionQuery AnyCAD::Platform::SelectedShapeQuery AnyCAD::Platform::SelectedElementQuery

Public 成员函数

bool IsEmpty ()
 
ElementIdGetNodeId ()
 
int GetSubNodeId ()
 
SceneNodeGetSubNode ()
 
SceneNodeGetRootNode ()
 
RenderableEntityGetEntity ()
 
int GetSubEntityIndex ()
 
int GetSubEntityType ()
 
IntList^ GetIds ()
 
Matrix4ComputeGlobalTransform ()
 

详细描述

The context to query the selected entity.

TODO:

成员函数说明

Matrix4 ^ AnyCAD::Platform::SelectedEntityQuery::ComputeGlobalTransform ( )

Compute the global transform.

返回
the Matrix4
RenderableEntity ^ AnyCAD::Platform::SelectedEntityQuery::GetEntity ( )

Get the entity.

返回
the RenderableEntity
IntList ^ AnyCAD::Platform::SelectedEntityQuery::GetIds ( )

Get the id chain which contains the sub entity.

返回
the index
ElementId ^ AnyCAD::Platform::SelectedEntityQuery::GetNodeId ( )

Get the root node id

返回
the Id
SceneNode ^ AnyCAD::Platform::SelectedEntityQuery::GetRootNode ( )

Get the root node.

返回
the SceneNode
int AnyCAD::Platform::SelectedEntityQuery::GetSubEntityIndex ( )

Get the index of the sub entity.

返回
the index
int AnyCAD::Platform::SelectedEntityQuery::GetSubEntityType ( )

Get the Type of the sub entity. Type: Face = 0x0001, Edge = 0x0002, Vertex = 0x0004, Text = 0x0008,

返回
the type
SceneNode ^ AnyCAD::Platform::SelectedEntityQuery::GetSubNode ( )

Get the sub node.

返回
the SceneNode
int AnyCAD::Platform::SelectedEntityQuery::GetSubNodeId ( )

Get the id of the sub instance.

返回
the id
bool AnyCAD::Platform::SelectedEntityQuery::IsEmpty ( )

Test if is empty

返回
true if empty.

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