Use this function to duplicates a set of lines along the circumference of a circle by a specified number of times.
HRESULT CircularDuplicate(long number, double angle,
BOOL isTotalAngle,
ISet *objectSet1)
number
number of circular duplicates
angle
angle of circular arc or angle between two successive duplicates
isTotalAngle
boolean flag that determines whether angle parameter is angle of circular
arc or not
objset
lineset which has to be duplicated
Output Parameters
None
Description
Creates duplicates of a given lineset around the circular arc or with the given separation angle, by specified number of times. The duplicates are created in the active sketch and automatic constraints are applied on all of them.