Open CASCADE Technology Reference Manual 8.0.0
Loading...
Searching...
No Matches
Data Fields
BRepGraph_Deduplicate::Options Struct Reference

Configuration for graph deduplication run. More...

#include <BRepGraph_Deduplicate.hxx>

Data Fields

bool AnalyzeOnly = false
 
bool HistoryMode = true
 
bool MergeEntitiesWhenSafe = false
 
double CompTolerance = Precision::Angular()
 
double HashTolerance = Precision::Confusion()
 

Detailed Description

Configuration for graph deduplication run.

Field Documentation

◆ AnalyzeOnly

bool BRepGraph_Deduplicate::Options::AnalyzeOnly = false

◆ CompTolerance

double BRepGraph_Deduplicate::Options::CompTolerance = Precision::Angular()

◆ HashTolerance

double BRepGraph_Deduplicate::Options::HashTolerance = Precision::Confusion()

◆ HistoryMode

bool BRepGraph_Deduplicate::Options::HistoryMode = true

◆ MergeEntitiesWhenSafe

bool BRepGraph_Deduplicate::Options::MergeEntitiesWhenSafe = false

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