[TD]Py functions for CenterLines and formatting
This commit is contained in:
@@ -100,6 +100,8 @@ class TechDrawExport DrawUtil {
|
||||
static Base::Vector3d invertY(Base::Vector3d v);
|
||||
static std::vector<std::string> split(std::string csvLine);
|
||||
static std::vector<std::string> tokenize(std::string csvLine, std::string delimiter = ",$$$,");
|
||||
static App::Color pyTupleToColor(PyObject* pColor);
|
||||
static PyObject* colorToPyTuple(App::Color color);
|
||||
|
||||
//debugging routines
|
||||
static void dumpVertexes(const char* text, const TopoDS_Shape& s);
|
||||
|
||||
Reference in New Issue
Block a user