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