HM_ExtAPI::GeomCurveGetType()
Returns curve type.
Syntax
bool GeomCurveGetType(
const HM_EntityGeometryCurve & curve,
HM_ExtAPI::CurveType& ctyp
);
Type
HyperMesh Ext API
Description
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 function.
- ctyp
- [out] - Curve type. When function returns, this parameter can have one of following values:
Errors
None.