CadArcPutRadius
Sets the radius of the arc.
void CadArcPutRadius (
YuHandle hEnt,
double Radius
);
Parameters
- hEnt (YuHandle)
- Handle to the entity.
- Radius (double)
- Radius in world units.
Return Value
None.
Sets the radius of the arc.
None.