CadCoordWinToModel
Coordinate win to model.
void CadCoordWinToModel (
YuHandle hDwg,
std::int32_t Xw,
std::int32_t Yw,
double* pXm,
double* pYm
);
Parameters
- hDwg (YuHandle)
- Handle to the drawing, as returned by
CadCreate. - Xw (std::int32_t)
- Integer value.
- Yw (std::int32_t)
- Integer value.
- pXm (double*)
- Caller-supplied output pointer.
- pYm (double*)
- Caller-supplied output pointer.
Return Value
None.