|
AnyCAD SDK PRO
2020
The Professional Graphics SDK for .Net and C++ Developers
|
Triangulate face to mesh. -since R2014UR1. 更多...
Public 成员函数 | |
| Real | GetTolerance () |
| void | SetTolerance (Real tol) |
| bool | Perform (TopoShape^ face) |
| FloatList^ | GetVertexBuffer () |
| UIntList^ | GetIndexBuffer () |
| FloatList^ | GetNormalBuffer () |
| FloatList^ | GetTexCoordBuffer () |
Triangulate face to mesh. -since R2014UR1.
TODO:
| UIntList ^ AnyCAD::Platform::FaceTriangulation::GetIndexBuffer | ( | ) |
Get the index data. One face has 3 index.
| FloatList ^ AnyCAD::Platform::FaceTriangulation::GetNormalBuffer | ( | ) |
Get the normal data.
| FloatList ^ AnyCAD::Platform::FaceTriangulation::GetTexCoordBuffer | ( | ) |
Get the UV coord data.
| Real AnyCAD::Platform::FaceTriangulation::GetTolerance | ( | ) |
Get tolerance.
| FloatList ^ AnyCAD::Platform::FaceTriangulation::GetVertexBuffer | ( | ) |
Get the Vertex data
| bool AnyCAD::Platform::FaceTriangulation::Perform | ( | TopoShape^ | face | ) |
Perform the triangulation.
| face | the face. |
| void AnyCAD::Platform::FaceTriangulation::SetTolerance | ( | Real | tol | ) |
Set tolerance.
| tol | the tolerance, should >0. |
1.8.10