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