我要评分
获取效率
正确性
完整性
易理解

KmlScadssClean

Destroy the solver handle created by KmlScadssInit.

Interface Definition

C interface:

int KmlScadssClean(KmlScadssSolver **pSolver);

Parameters

Parameter

Type

Description

Input/Output

pSolver

KmlScadssSolver **

Solver handle created by KmlScadssInit.

Input/Output

Return Value

Return Value

Type

Description

KMLSS_NO_ERROR

int

Normal execution.

KMLSS_NULL_ARGUMENT

int

The value of pSolver is null.

Dependencies

#include "kml_scadss.h"