HM_ExtAPI::ReleaseGeomCurve()

Releases the handle to temporary curve.

Syntax

bool ReleaseGeomCurve(
const HM_EntityGeometryCurve& curve
);

Type

HyperMesh Ext API Function

Description

The function ReleaseGeomCurve must be used to release the handle to temporarily created during the call to some of API functions curve object.

If the function succeeds, the return value is true. If the function fails, the return value is false. To get extended value information, call HM_ExtAPI::GetLastErrorCode().

Requires including hm_extapi.h.

Inputs

curve
[in] - Handle to curve object that was returned by previous calls to API functions.

Errors

None.