MCPcopy Create free account
hub / github.com/IfcOpenShell/IfcOpenShell / add

Method add

src/ifcgeom/kernels/cgal/CgalConversionResult.cpp:688–695  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

686}
687
688ConversionResultShape* 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
697ConversionResultShape* ifcopenshell::geometry::CgalShape::subtract(ConversionResultShape* other)
698{

Callers 15

process_ifcMethod · 0.45
main.jsFile · 0.45
add_quantityMethod · 0.45
parseMethod · 0.45
quantifyFunction · 0.45
validateMethod · 0.45
preloadAutocompletionsFunction · 0.45
mergeMethod · 0.45
patchMethod · 0.45
get_islandMethod · 0.45

Calls

no outgoing calls

Tested by 1