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