A3DRWParamsTranslateToPkPartsData
-
struct
A3DRWParamsTranslateToPkPartsData A structure that specifies parameters used to translate the model file or a representation item into an open Parasolid session.
8.1
Variables
-
A3DETranslateToPkPartsHealing
A3DRWParamsTranslateToPkPartsData.m_eHealing -
Enum to control healing.
-
A3DETranslateToPkPartsAccurate
A3DRWParamsTranslateToPkPartsData.m_eComputeAccurateEdges -
Enum to control accurate edge computation.
-
A3DBool
A3DRWParamsTranslateToPkPartsData.m_bDisjoinIfFaceFaceError -
If
TRUEbodies with face_face error will be disjoined.
-
A3DBool
A3DRWParamsTranslateToPkPartsData.m_bSew -
Sew the geometry.
-
A3DDouble
A3DRWParamsTranslateToPkPartsData.m_dSewingTolerance -
Enables the sewing tolerance in meters.
-
A3DETranslateToPkPartsSimplifyGeometry
A3DRWParamsTranslateToPkPartsData.m_eSimplifyGeometry -
Simplify geometry and topology.
-
A3DETranslateToPkPartsMergeEntities
A3DRWParamsTranslateToPkPartsData.m_eMergeEntities -
Merge: remove redundant entities (edges/surfaces).
-
A3DUTF8Char *
A3DRWParamsTranslateToPkPartsData.m_pcPSBodyShopPath -
Path to PSBodyshop DLL.
Necessary for simplify and merge options.
-
A3DMiscPKMapper **
A3DRWParamsTranslateToPkPartsData.m_pMapper -
Mapper.
This pointer is set by Exchange. If set to null, the mapper will be allocated and populated for the first time. If the mapper has already been allocated and the pointer isn’t null, the mapper will be filled with new elements. It can be deleted by
.version9.0
-
A3DBool
A3DRWParamsTranslateToPkPartsData.m_bUseColour2Attribute -
Use SDL/TYSA_COLOUR_2 Parasolid attribute.
9.1
-
A3DBool
A3DRWParamsTranslateToPkPartsData.m_bUseUNameAttribute -
Use SDL/TYSA_UNAME Parasolid attribute.
9.1
-
A3DBool
A3DRWParamsTranslateToPkPartsData.m_bUseLayerAttribute -
Use SDL/TYSA_LAYER Parasolid attribute.
9.1
-
A3DUns32
A3DRWParamsTranslateToPkPartsData.m_uiNbProc -
MultiProcess operation.
11.0
-
A3DBool
A3DRWParamsTranslateToPkPartsData.m_bExportNormalsWithTessellation -
When exporting tessellation (with Parasolid v28.1 and beyond), setting this option ensures normals aren’t translated.
13.2This can lead to some large files being translated in much less time.