CadLineGetPoint1
Whole-point getters (Vecad CadLineGetPoint1/2 — out via pointers).
void CadLineGetPoint1 (
YuHandle hEnt,
double* pX,
double* pY,
double* pZ
);
Parameters
- hEnt (YuHandle)
- Handle to the entity.
- 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.