AnyCAD SDK PRO
2020
The Professional Graphics SDK for .Net and C++ Developers
|
Compute the HLR. 更多...
Public 成员函数 | |
bool | Initialize (Vector3^ dir, Vector3^ pos, Vector3^ up, Real focus, bool perspective) |
bool | Compute (TopoShape^ pShape) |
TopoShapeGroup^ | GetVisibleEdges () |
TopoShapeGroup^ | GetHiddenEdges () |
Compute the HLR.
TODO:
bool AnyCAD::Platform::HiddenLineRemovalTool::Compute | ( | TopoShape^ | pShape | ) |
TopoShapeGroup ^ AnyCAD::Platform::HiddenLineRemovalTool::GetHiddenEdges | ( | ) |
Get the hidden edges
TopoShapeGroup ^ AnyCAD::Platform::HiddenLineRemovalTool::GetVisibleEdges | ( | ) |
Get the visible edges
bool AnyCAD::Platform::HiddenLineRemovalTool::Initialize | ( | Vector3^ | dir, |
Vector3^ | pos, | ||
Vector3^ | up, | ||
Real | focus, | ||
bool | perspective | ||
) |
Initialize the HLR algorithm
dir | the camera dir |
pos | the camera position |
up | the camera up direction |
focus | the camera focus |
perspective | if perspective |