HPS::Exchange::Translation

class HPS::Exchange::Translation

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

Public Types

enum AccurateEdges

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

Values:

enumerator Off

Do not compute accurate edges.

enumerator On

Compute accurate edges.

enumerator 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)

enum Healing

Enumerates the healing options used when translating files.

Values:

enumerator Off

Do not perform healing.

enumerator On

Perform healing.

enumerator OnlyIfNotParasolid

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

enum Merging

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

Values:

enumerator Off

Do not merge entities.

enumerator On

Merge entities.

enumerator OnlyIfNotParasolid

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

enum Simplification

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

Values:

enumerator Off

Do not simplify geometry.

enumerator On

Simplify geometry.

enumerator OnlyIfNotParasolid

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