circleSegments

Please use the setSegmentation call, note it is now a call that is model dependent. The circleSegments(circles, smallCircles) can be replaced with

    double  segmentationLength = 0.;
    getSegmentation(model, nullptr, &segmentationLength);
    setSegmentation(model, circles, segmentationLength);

Syntax

//
//   Strong typing definition
//
void            circleSegments(
                        int_t                   circles,
                        int_t                   smallCircles
                    );


//
//   Weak typing definition
//
void    __declspec(dllexport) __stdcall   circleSegments(
                                                                        int_t                   circles,
                                                                        int_t                   smallCircles
                                                                    );
    

Property circles

Size: 32 bit / 4 byte (value)
...

Property smallCircles

Size: 32 bit / 4 byte (value)
...