Go to the source code of this file.
Classes | |
| struct | ON_MeshTopology::memchunk |
| class | ON_MappingTag |
| class | ON_Mesh |
| class | ON_MeshCurvatureStats |
| class | ON_MeshEdgeRef |
| class | ON_MeshFace |
| class | ON_MeshFaceRef |
| struct | ON_MeshFaceSide |
| struct | ON_MeshNgon |
| class | ON_MeshNgonList |
| class | ON_MeshParameters |
| struct | ON_MeshPart |
| class | ON_MeshPartition |
| class | ON_MeshTopology |
| struct | ON_MeshTopologyEdge |
| struct | ON_MeshTopologyFace |
| struct | ON_MeshTopologyVertex |
| class | ON_MeshVertexRef |
| class | ON_TextureCoordinates |
Functions | |
| ON_DECL ON_Mesh * | ON_ControlPolygonMesh (const ON_NurbsSurface &nurbs_surface, bool bCleanMesh, ON_Mesh *input_mesh=NULL) |
| ON_DECL bool | ON_GetTrianglePlaneEquation (const ON_3dPoint &A, const ON_3dPoint &B, const ON_3dPoint &C, double *a, double *b, double *c, double *d, double *evaluation_tol) |
| ON_DECL void | ON_SortMeshFaceSidesByVertexIndex (int sides_count, struct ON_MeshFaceSide *sides) |
| ON_DECL ON_3dVector | ON_TriangleNormal (const ON_3dPoint &A, const ON_3dPoint &B, const ON_3dPoint &C) |
| ON_DECL ON_Mesh* ON_ControlPolygonMesh | ( | const ON_NurbsSurface & | nurbs_surface, |
| bool | bCleanMesh, | ||
| ON_Mesh * | input_mesh = NULL |
||
| ) |
Definition at line 694 of file opennurbs_mesh_tools.cpp.
| ON_DECL bool ON_GetTrianglePlaneEquation | ( | const ON_3dPoint & | A, |
| const ON_3dPoint & | B, | ||
| const ON_3dPoint & | C, | ||
| double * | a, | ||
| double * | b, | ||
| double * | c, | ||
| double * | d, | ||
| double * | evaluation_tol | ||
| ) |
Definition at line 8836 of file opennurbs_mesh.cpp.
| ON_DECL void ON_SortMeshFaceSidesByVertexIndex | ( | int | sides_count, |
| struct ON_MeshFaceSide * | sides | ||
| ) |
Definition at line 10244 of file opennurbs_mesh.cpp.
| ON_DECL ON_3dVector ON_TriangleNormal | ( | const ON_3dPoint & | A, |
| const ON_3dPoint & | B, | ||
| const ON_3dPoint & | C | ||
| ) |
Definition at line 8763 of file opennurbs_mesh.cpp.