CadEntityScale
Scales the entity around the given centre.
void CadEntityScale (
YuHandle hEnt,
double cX,
double cY,
double Factor
);
Parameters
- hEnt (YuHandle)
- Handle to the entity.
- cX (double)
- Numeric value (double precision).
- cY (double)
- Numeric value (double precision).
- Factor (double)
- Numeric value (double precision).
Return Value
None.