A3DAdaptAndReplaceAllBrepInModelFile
-
A3DStatus
A3DAdaptAndReplaceAllBrepInModelFile(A3DAsmModelFile *pModelFile, const A3DCopyAndAdaptBrepModelData *psSetting) A3DStatusA3DAdaptAndReplaceAllBrepInModelFile(A3DAsmModelFile* pModelFile, constA3DCopyAndAdaptBrepModelData* psSetting)Entity Convert to NURBS facility.
- For each face, the bearing surface is converted and then the 3D curves that are present
- Surfaces are shrinked.
- Cross-period UV curves are deleted if needed.
- Faces are split at periodic seams and/or mid-parameter for closed surfaces.
- Final UV curves are computed.
- A second surface shrink is performed with new UVs.
- Final 3D curves are computed.
These are the steps performed, according to the settings in
A3DCopyAndAdaptBrepModelData: In case wherepsSetting->m_bContinueOnErrorisA3D_TRUE, the function does not return any error code, unless it is considered as a fatal error. In that case, if you wish to know when an error occurs, useA3DAdaptAndReplaceAllBrepInModelFileAdvanced()instead. Then check itspuiNbErrorsparameter.A3DAdaptAndReplaceAllBrepInModelFileAdvanced()5.2
When the function A3AdaptAndReplaceAllBrepInModelFile ends in error, you may try to set the parameters m_bSplitFaces and/or m_bForceComputeUV to
A3D_FALSEand retry the conversion.Parameters
pModelFile: The source model file to adapt.
psSetting: The structure that defines which types of B-rep you would like to convert to.
Returns
A3D_SUCCESSon success, or an error code on failure