A3DSDKTools.h

Types

A3DCopyAndAdaptBrepModelData

A3DCopyAndAdaptBrepModelErrorData

A3DTopoItemOwner

A3DPhysicalPropertiesData

Functions

A3DStatus

A3DCopyAndAdaptBrepModel

A3DStatus

A3DCopyAndAdaptBrepModelAdvanced

A3DStatus

A3DAdaptAndReplaceAllBrepInModelFile

A3DStatus

A3DAdaptAndReplaceAllBrepInModelFileAdvanced

A3DStatus

A3DEntityDelete

A3DStatus

A3DEntityGetPDFNodeIdFromWrite

A3DStatus

A3DEntityGetPDFNodeIdFromRead

A3DStatus

A3DEntityGetPrcIdFromWrite

A3DStatus

A3DTopoItemOwnersManagerGet

A3DStatus

A3DTopoItemOwnersGet

A3DStatus

A3DComputePhysicalProperties

A3DStatus

A3DComputeFaceArea

A3DStatus

A3DComputePolyBrepPhysicalProperties

A3DStatus

A3DComputeModelFilePhysicalProperties

A3DStatus

A3DSimplifyModelFileCurveAndSurfaceAsAnalytic

A3DStatus

A3DSimplifyModelFileWithAnalytics

Detailed Description

Tool section.

Author

Tech Soft 3D

Version

24.5

Date

July 2024

Copyright

Copyright (c) 2010 - 2024 by Tech Soft 3D, Inc. All rights reserved.

Function Documentation

A3DStatus A3DEntityGetPrcIdFromWrite(const A3DEntity *pEntity, const A3DEntity *pEntityFather, const A3DRWParamsPrcWriteHelper *pA3DRWParamsPrcWriteHelper, A3DUTF8Char **ppcPrcId)

Gets the PRC node unique IDs for the entities.

Given a pointer to the PRC entity, this function gets the unique prc id that permit to identify it. This function must be used AFTER the PRC file has been created from the model file.

Version

24.0

Parameters:
  • pEntity[in] The pointer to the PRC entity

  • pEntityFather[in] The pointer to the product occurrence owner to the PRC entity. NULL if pEntity is a product occurrence.

  • pA3DRWParamsPrcWriteHelper[in] The pointer to the helper object generally built by the function A3DAsmModelFileExportToPrcFile.

  • ppcPrcId[out] The identifier as a string.

Return values:

A3D_SUCCESS

Returns:

A3D_SUCCESS in case of success or an error code