CadGetInterPoints
Get inter points.
void CadGetInterPoints (
YuHandle hDwg,
YuHandle hEnt1,
YuHandle hEnt2,
double* pX,
double* pY,
std::int32_t* pNumPt,
std::int32_t MaxNumPt
);
Parameters
- hDwg (YuHandle)
- Handle to the drawing, as returned by
CadCreate. - hEnt1 (YuHandle)
- Handle to the entity.
- hEnt2 (YuHandle)
- Handle to the entity.
- pX (double*)
- Receives the coordinate (caller-supplied
double*). - pY (double*)
- Receives the coordinate (caller-supplied
double*). - pNumPt (std::int32_t*)
- Receives the number of elements written.
- MaxNumPt (std::int32_t)
- Capacity of the caller-supplied array(s).
Return Value
None.