CadDimGetPoint
Returns the point of the dimension.
void CadDimGetPoint (
YuHandle hEnt,
std::int32_t Index,
double* pX,
double* pY,
double* pZ
);
Parameters
- hEnt (YuHandle)
- Handle to the entity.
- Index (std::int32_t)
- Integer value.
- pX (double*)
- Receives the coordinate (caller-supplied
double*). - pY (double*)
- Receives the coordinate (caller-supplied
double*). - pZ (double*)
- Receives the coordinate (caller-supplied
double*).
Return Value
None.