yucad
3d
Home
Guide
yucad3d SDK
yucad 2D SDK
Pricing
Log in
Register
yucad C API
›
Function Index
›
Line / Ray / XLine
CadLineGetY2
Returns the y2 of the line.
double
CadLineGetY2
(
YuHandle
hEnt
);
Parameters
hEnt
(YuHandle)
Handle to the entity.
Return Value
The y2.
See Also
CadLineGetY1
CadLineGetPoint1
CadLineGetPoint2
CadLineGetX1
CadLineGetX2
CadLineGetZ1
CadLineGetZ2
CadLineIsRay
Line / Ray / XLine (chapter)