#include <NvBlastExtRTGeometry.h>
Public Member Functions | |
| Mode (int32_t a, int32_t b, int32_t c) | |
| Mode () | |
Static Public Member Functions | |
| static Mode | Difference () |
| static Mode | Intersection () |
| static Mode | Union () |
Public Attributes | |
| int32_t | ca |
| int32_t | cb |
| int32_t | ci |
| Nv::Blast::BooleanToolV2::BooleanToolV2::Mode::Mode | ( | ) | [inline] |
| Nv::Blast::BooleanToolV2::BooleanToolV2::Mode::Mode | ( | int32_t | a, | |
| int32_t | b, | |||
| int32_t | c | |||
| ) | [inline] |
| static Mode Nv::Blast::BooleanToolV2::BooleanToolV2::Mode::Difference | ( | ) | [inline, static] |
Creates boolean tool configuration to perform difference of meshes(A - B).
| static Mode Nv::Blast::BooleanToolV2::BooleanToolV2::Mode::Intersection | ( | ) | [inline, static] |
| static Mode Nv::Blast::BooleanToolV2::BooleanToolV2::Mode::Union | ( | ) | [inline, static] |
Creates boolean tool configuration to perform union of meshes A and B.
| int32_t Nv::Blast::BooleanToolV2::BooleanToolV2::Mode::ca |
| int32_t Nv::Blast::BooleanToolV2::BooleanToolV2::Mode::cb |
| int32_t Nv::Blast::BooleanToolV2::BooleanToolV2::Mode::ci |