AnyCAD SDK PRO
2020
The Professional Graphics SDK for .Net and C++ Developers
|
The SnapeNode manager. 更多...
Public 成员函数 | |
void | Add (SnapNode^ node) |
bool | Remove (long id) |
void | Clear () |
SnapNode^ | HitTest (Ray^ ray) |
![]() | |
String^ | GetObjectClassId () |
StringList^ | ListParentClassIds () |
The SnapeNode manager.
TODO:
void AnyCAD::Platform::SnapNodeManager::Add | ( | SnapNode^ | node | ) |
Set snap target.
node | the snap node. |
void AnyCAD::Platform::SnapNodeManager::Clear | ( | ) |
Clear all.
Hit testing by ray.
bool AnyCAD::Platform::SnapNodeManager::Remove | ( | long | id | ) |
Remove the node.
id | the id of the node |