CadEntityMoveGrip
Moves one grip point of the entity (grip editing).
void CadEntityMoveGrip (
YuHandle hEnt,
std::int32_t iGrip,
double dx,
double dy,
double dz
);
Parameters
- hEnt (YuHandle)
- Handle to the entity.
- iGrip (std::int32_t)
- Integer value.
- dx (double)
- Numeric value (double precision).
- dy (double)
- Numeric value (double precision).
- dz (double)
- Numeric value (double precision).
Return Value
None.