AnyCAD SDK PRO
2020
The Professional Graphics SDK for .Net and C++ Developers
|
The context to query the selected entity. 更多...
Public 成员函数 | |
bool | IsEmpty () |
ElementId^ | GetNodeId () |
int | GetSubNodeId () |
SceneNode^ | GetSubNode () |
SceneNode^ | GetRootNode () |
RenderableEntity^ | GetEntity () |
int | GetSubEntityIndex () |
int | GetSubEntityType () |
IntList^ | GetIds () |
Matrix4^ | ComputeGlobalTransform () |
The context to query the selected entity.
TODO:
Matrix4 ^ AnyCAD::Platform::SelectedEntityQuery::ComputeGlobalTransform | ( | ) |
Compute the global transform.
RenderableEntity ^ AnyCAD::Platform::SelectedEntityQuery::GetEntity | ( | ) |
Get the entity.
IntList ^ AnyCAD::Platform::SelectedEntityQuery::GetIds | ( | ) |
Get the id chain which contains the sub entity.
ElementId ^ AnyCAD::Platform::SelectedEntityQuery::GetNodeId | ( | ) |
Get the root node id
SceneNode ^ AnyCAD::Platform::SelectedEntityQuery::GetRootNode | ( | ) |
Get the root node.
int AnyCAD::Platform::SelectedEntityQuery::GetSubEntityIndex | ( | ) |
Get the index of the sub entity.
int AnyCAD::Platform::SelectedEntityQuery::GetSubEntityType | ( | ) |
Get the Type of the sub entity. Type: Face = 0x0001, Edge = 0x0002, Vertex = 0x0004, Text = 0x0008,
int AnyCAD::Platform::SelectedEntityQuery::GetSubNodeId | ( | ) |
Get the id of the sub instance.
bool AnyCAD::Platform::SelectedEntityQuery::IsEmpty | ( | ) |
Test if is empty