CadAddDimPoint
Creates a new dimension — point and returns its handle.
std::int32_t CadAddDimPoint (
std::int32_t Index,
double X,
double Y,
double Z
);
Parameters
- Index (std::int32_t)
- Integer value.
- X (double)
- World coordinate.
- Y (double)
- World coordinate.
- Z (double)
- World coordinate.
Return Value
The handle of the newly created dimension, or 0 on failure.