Simplify modelfile curves and surfaces as analytic

Functions

A3DStatus

deprecated_A3DSimplifyModelFileCurveAndSurfaceAsAnalytic

Detailed Description

group a3d_simplify_modelfile_curve_and_surface_as_analytic

Function Documentation

A3DStatus deprecated_A3DSimplifyModelFileCurveAndSurfaceAsAnalytic(A3DAsmModelFile *p, double dTol)

Function to traverse the entire modelfile and simplify all curves and surfaces to analytics if possible, according to a certain tolerance.

Deprecated:

Use A3DSimplifyModelFileWithAnalytics instead. This will be removed in version 2026.1.0.

Version

5.2

Parameters:
  • p[inout] The input modelfile.

  • dTol[in] The tolerance.

Return values:
  • A3D_SUCCESS

  • A3D_ERROR

  • A3D_INCOMPATIBLE_FUNCTION_WITH_KEEP_PARSED_ENTITY_MODE

Returns:

A3D_SUCCESS on success, or an error code on failure