1

I want to use CSG with VTK in python to perform substractions.
I already have VTK installed.

For the CSG I was thinking to install: https://pypi.python.org/pypi/pycsg .

How would I go around using it for custom PolyDatas in order to substract one object from another? I don't mind if it's a bit slow or I have to export data to a .STL file.

I am already aware of the vtkBooleanOperationPolyDataFilter, but it is simply not good enough for what I need, so maybe CSG will do the subtractions better.

2
  • 1) If you ask a question, it should be a question and not a ... tag cloud. 2) Questions end with a "?". Commented Mar 20, 2016 at 14:01
  • Could you describe what is the issue with the vtkBooleanOperationPolyDataFilter? What are its shortcomings compared to pycsg? Commented Nov 17, 2016 at 10:31

0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.