Hoops Visualize HPS  version 2018-SP2
Hoops Visualize HPS 3D Rendering Engine
Looking for a senior C++ dev?
I'm looking for work. Hire me!
HPS::Exchange::Translation Class Reference

The Exchange::Translation class is a concept class for translation-related enums. More...

#include <sprk_exchange.h>

Public Types

enum  Healing {
  Healing::Off,
  Healing::On,
  Healing::OnlyIfNotParasolid
}
 Enumerates the healing options used when translating files. More...
 
enum  AccurateEdges {
  AccurateEdges::Off,
  AccurateEdges::On,
  AccurateEdges::OnlyIfNotParasolid
}
 Enumerates the options related to computing accurate edges used when translating files. More...
 
enum  Simplification {
  Simplification::Off,
  Simplification::On,
  Simplification::OnlyIfNotParasolid
}
 Enumerates the options related to simplifying geometry used when translating files. More...
 
enum  Merging {
  Merging::Off,
  Merging::On,
  Merging::OnlyIfNotParasolid
}
 Enumerates the options related to merging entities used when translating files. More...
 

Private Member Functions

 Translation ()
 Private default constructor to prevent instantiation. More...
 

Detailed Description

The Exchange::Translation class is a concept class for translation-related enums.

Member Enumeration Documentation

◆ AccurateEdges

Enumerates the options related to computing accurate edges used when translating files.

Enumerator
Off 

Do not compute accurate edges.

On 

Compute accurate edges.

OnlyIfNotParasolid 

Only compute accurate edges if the data comes from neither Parasolid nor a format which embeds Parasolid data (NX, Solidwords, Solid Edge and JT)

◆ Healing

Enumerates the healing options used when translating files.

Enumerator
Off 

Do not perform healing.

On 

Perform healing.

OnlyIfNotParasolid 

Only perform healing if the data comes from neither Parasolid nor a format which embeds Parasolid data (NX, Solidwords, Solid Edge and JT)

◆ Merging

Enumerates the options related to merging entities used when translating files.

Enumerator
Off 

Do not merge entities.

On 

Merge entities.

OnlyIfNotParasolid 

Only merge entities if the data comes from neither Parasolid nor a format which embeds Parasolid data (NX, Solidwords, Solid Edge and JT)

◆ Simplification

Enumerates the options related to simplifying geometry used when translating files.

Enumerator
Off 

Do not simplify geometry.

On 

Simplify geometry.

OnlyIfNotParasolid 

Only simplify geometry if the data comes from neither Parasolid nor a format which embeds Parasolid data (NX, Solidwords, Solid Edge and JT)

Constructor & Destructor Documentation

◆ Translation()

HPS::Exchange::Translation::Translation ( )
private

Private default constructor to prevent instantiation.


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