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