yucad
3d
Home
Guide
yucad3d SDK
yucad 2D SDK
Pricing
Log in
Register
yucad C API
›
Function Index
›
Arc & Circle
CadArcPutCenterX
Sets the center x of the arc.
void
CadArcPutCenterX
(
YuHandle
hEnt
,
double
X
);
Parameters
hEnt
(YuHandle)
Handle to the entity.
X
(double)
World coordinate.
Return Value
None.
See Also
CadArcPutCenter
CadArcPutCenterY
CadArcPutCenterZ
CadArcPut3Pt
CadArcPutAngle
CadArcPutEndPt
CadArcPutMidPt
CadArcPutRadHor
Arc & Circle (chapter)