API Documentation
|
#include "DLLInfo.h"
#include <NDEVR/SoftwareService.h>
#include <NDEVR/GeometryVertices.h>
#include <NDEVR/Model.h>
#include <NDEVR/Buffer.h>
#include <NDEVR/GenericOption.h>
Go to the source code of this file.
Classes | |
struct | BooleanDescription |
Describes custom options for a particular GeometryBoolean operation. More... | |
class | GeometryBoolean |
Class for calculating geometry Boolean operations (AND, OR, NOT, XOR, ...) in 3D space. See https://en.wikipedia.org/wiki/Boolean_operations_on_polygons. More... | |
struct | GeometryBooleanParameters |
Stores a groups of options for performing GeometryBoolean operations. More... | |
Namespaces | |
namespace | NDEVR |
Enumerations | |
enum | GeometryBooleanOperation { e_concatinate , e_subtract , e_cut } |
Types of GeometryBoolean operations supported natively by the NDEVR engine. More... | |