CadDimPutPoint
Sets the point of the dimension.
void CadDimPutPoint (
YuHandle hEnt,
std::int32_t Index,
double X,
double Y,
double Z
);
Parameters
- hEnt (YuHandle)
- Handle to the entity.
- Index (std::int32_t)
- Integer value.
- X (double)
- World coordinate.
- Y (double)
- World coordinate.
- Z (double)
- World coordinate.
Return Value
None.