Overview

Sample Code

Programming Guide

API Reference

Support

HPS.Exchange.Translation Class Reference

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

Public Types

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

Detailed Description

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

Member Enumeration Documentation

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)

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)

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)

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)


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