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