Path: source typo fix
This commit is contained in:
@@ -90,7 +90,7 @@ PyObject* PathSimPy::GetResultMesh(PyObject * args)
|
||||
Mesh::MeshPy *meshOuterpy = new Mesh::MeshPy(meshOuter);
|
||||
Mesh::MeshObject *meshInner = new Mesh::MeshObject();
|
||||
Mesh::MeshPy *meshInnerpy = new Mesh::MeshPy(meshInner);
|
||||
stock->Tesselate(*meshOuter, *meshInner);
|
||||
stock->Tessellate(*meshOuter, *meshInner);
|
||||
PyObject *tuple = PyTuple_New(2);
|
||||
PyTuple_SetItem(tuple, 0, meshOuterpy);
|
||||
PyTuple_SetItem(tuple, 1, meshInnerpy);
|
||||
|
||||
Reference in New Issue
Block a user