Rhino C++ API
8.13
|
#include <opennurbs_plus_mesh_intersection.h>
Public Member Functions | |
ON_XMesh () | |
~ON_XMesh () | |
ON_Mesh * | ConvertToOnMesh () |
bool | Create (const ON_Mesh &M) |
bool | Create (const ON_Mesh &M, ON_XMeshVertexPool &VPool, ON_XMeshEdgePool &EPool, ON_XMeshFacePool &FPool) |
int | EdgeCount () const |
int | FaceCount () const |
const ON_XMeshEdge * | FindEdge (const ON_XMeshVertex *pV0, const ON_XMeshVertex *pV1, bool &bRev) const |
ON_XMeshEdge * | FindEdge (ON_XMeshVertex *pV0, ON_XMeshVertex *pV1, bool &bRev) |
bool | IsValid () const |
int | VertexCount () const |
ON_XMesh::ON_XMesh | ( | ) |
ON_XMesh::~ON_XMesh | ( | ) |
ON_Mesh* ON_XMesh::ConvertToOnMesh | ( | ) |
bool ON_XMesh::Create | ( | const ON_Mesh & | M | ) |
bool ON_XMesh::Create | ( | const ON_Mesh & | M, |
ON_XMeshVertexPool & | VPool, | ||
ON_XMeshEdgePool & | EPool, | ||
ON_XMeshFacePool & | FPool | ||
) |
int ON_XMesh::EdgeCount | ( | ) | const |
int ON_XMesh::FaceCount | ( | ) | const |
const ON_XMeshEdge* ON_XMesh::FindEdge | ( | const ON_XMeshVertex * | pV0, |
const ON_XMeshVertex * | pV1, | ||
bool & | bRev | ||
) | const |
ON_XMeshEdge* ON_XMesh::FindEdge | ( | ON_XMeshVertex * | pV0, |
ON_XMeshVertex * | pV1, | ||
bool & | bRev | ||
) |
bool ON_XMesh::IsValid | ( | ) | const |
int ON_XMesh::VertexCount | ( | ) | const |