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