API 文档 > Miscellaneous > Object ProCavlayrule > Function ProCavlayruleCircSet
Function ProCavlayruleCircSet
Description
Reset the information in a cavity layout rule structure to the PRO_CVLAYOUT_CIRCULAR type.
Synopsis
#include <ProCavlayrule.h>
ProCavlayruleCircSet
(
/* (In)
Cavity layout rule handle;
*/
/* (In)
Layout orientation type;
*/
int cavity_num
/* (In)
number of components in the layout;
*/
double cavity_step
/* (In)
angular displacement;
*/
double start_angle
/* (In)
angle for the first component;
*/
double radius
/* (In)
raduis of the layout;
*/
)
Returns
The handle is successfully reset.
Cannot inialize the handle
Sample Code References
这对您有帮助吗?