AnyCAD SDK PRO
2020
The Professional Graphics SDK for .Net and C++ Developers
|
The context to query the selected shape. 更多...
Public 成员函数 | |
TopoShape^ | GetGeometry () |
TopoShape^ | GetSubGeometry () |
bool | HasPointOnGeometry () |
Vector3^ | GetIntersectPoint (Ray^ ray) |
Vector3^ | ToGloablePoint (Vector3^ point) |
![]() | |
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 shape.
TODO:
TopoShape ^ AnyCAD::Platform::SelectedShapeQuery::GetGeometry | ( | ) |
Compute the intersect point.
ray | the intersection ray. |
TopoShape ^ AnyCAD::Platform::SelectedShapeQuery::GetSubGeometry | ( | ) |
bool AnyCAD::Platform::SelectedShapeQuery::HasPointOnGeometry | ( | ) |
If has geometry selected.
Transform local point to global point
point | the local point. |