PDA

View Full Version : Need help with boolean plugin please


briandavis
7th October 2004, 03:38 PM
Hi,

I'm trying to do a simple boolean subtraction between two overlapping disks (both drawn in the XZ plane). However no matter which disks I choose for objects A & B, the operation always throws an exception. I've tried extruding both disks and then cutting, but this doesn't work, either. What am I doing wrong? Any help would be appreciated.

Thanks,
Brian

Thaellin
7th October 2004, 10:45 PM
Shouldn't throw an exception, but I think your problem is that you are using *disks*

Boolean operations are meant to be done using 3D objects, and disks are 2D...

-- Jeff