| 686 | } |
| 687 | |
| 688 | ConversionResultShape* ifcopenshell::geometry::CgalShape::add(ConversionResultShape* other) |
| 689 | { |
| 690 | #ifdef IFOPSH_SIMPLE_KERNEL |
| 691 | throw std::runtime_error("Not implemented"); |
| 692 | #else |
| 693 | return new CgalShape(this->nef() + ((CgalShape*)other)->nef()); |
| 694 | #endif |
| 695 | } |
| 696 | |
| 697 | ConversionResultShape* ifcopenshell::geometry::CgalShape::subtract(ConversionResultShape* other) |
| 698 | { |
no outgoing calls