HM_ExtAPI::GeomFaceAddFixedPoint()
Adds fixed point to existing face.
Syntax
bool GeomFaceAddFixedPoint(
const HM_EntityGeomFace& face,
double u,
double v,
HM_EntityGeomVertex* new_fixed_point
);
Type
HyperMesh Ext API Function
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
- face
- [in] - Handle to face object that was returned by previous calls to API function.
- u
- [in] - U parameter of the fixed point.
- v
- [in] - V parameter of the fixed point.
- new_fixed_point
- [out] - If not NULL then returns handle to the new fixed point.
Errors
None.