BRL-CAD
Loading...
Searching...
No Matches
brep_assembly_result Struct Reference

#include <assembly.h>

Collaboration diagram for brep_assembly_result:
[legend]

Data Fields

int input_naked_edges = 0
 
int merged_edges = 0
 
int ambiguous_edges = 0
 
int remaining_naked_edges = 0
 
int nonmanifold_edges = 0
 
bool oriented = false
 
bool valid = false
 
bool solid = false
 
enum brep_assembly_error error = BREP_ASSEMBLY_OK
 
std::string validation_log
 

Detailed Description

Definition at line 43 of file assembly.h.

Field Documentation

◆ input_naked_edges

int input_naked_edges = 0

Definition at line 44 of file assembly.h.

◆ merged_edges

int merged_edges = 0

Definition at line 45 of file assembly.h.

◆ ambiguous_edges

int ambiguous_edges = 0

Definition at line 46 of file assembly.h.

◆ remaining_naked_edges

int remaining_naked_edges = 0

Definition at line 47 of file assembly.h.

◆ nonmanifold_edges

int nonmanifold_edges = 0

Definition at line 48 of file assembly.h.

◆ oriented

bool oriented = false

Definition at line 49 of file assembly.h.

◆ valid

bool valid = false

Definition at line 50 of file assembly.h.

◆ solid

bool solid = false

Definition at line 51 of file assembly.h.

◆ error

Definition at line 52 of file assembly.h.

◆ validation_log

std::string validation_log

Definition at line 53 of file assembly.h.


The documentation for this struct was generated from the following file: