HM_ExtAPI::GeomCurveGetPoint()
Returns curve point.
Syntax
bool GeomCurveGetPoint(
const HM_EntityGeometryCurve & curve,
double curve_param,
HM_Point& point
);
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.
- curve_param
- [in] - Curve parameter.
- point
- [in] - Curve point corresponding to the parameter value curve_param.
Errors
None.