yucad
3d
Home
Guide
yucad3d SDK
yucad 2D SDK
Pricing
Log in
Register
yucad C API
›
Function Index
›
Line / Ray / XLine
CadLinePutZ1
Sets the z1 of the line.
void
CadLinePutZ1
(
YuHandle
hEnt
,
double
Z
);
Parameters
hEnt
(YuHandle)
Handle to the entity.
Z
(double)
World coordinate.
Return Value
None.
See Also
CadLinePutZ2
CadLinePutPoint1
CadLinePutPoint2
CadLinePutX1
CadLinePutX2
CadLinePutY1
CadLinePutY2
CadLineGetPoint1
Line / Ray / XLine (chapter)