Hello again,
I'm trying to create a circular pattern and continously fail at it.
Up to this moment I've managed to create a triangular "slice", with one of the vertices in the center, and the edges being 11.5deg away (32 instances planned).
This is a recorded macro fragment that should execure the circular pattern, however it fails.
boolstatus = Part.Extension.SelectByID("", "EDGE", 6.158947769563E-05, -6.159948867435E-05, 0.006609848210815, True, 0, Nothing)
boolstatus = Part.Extension.SelectByID("Extrude1", "BODYFEATURE", 0.002001153902995, 0.01006048004695, 0.004140683984133, True, 0, Nothing)
Part.ActivateSelectedFeature
Part.ClearSelection
boolstatus = Part.Extension.SelectByID("", "EDGE", 6.158947769563E-05, -6.159948867435E-05, 0.006609848210815, False, 1, Nothing)
Part.FeatureCirPattern 32, 0.2617993877992, False, "NULL"
What am I doing wrong ?
I'm trying to create a circular pattern and continously fail at it.
Up to this moment I've managed to create a triangular "slice", with one of the vertices in the center, and the edges being 11.5deg away (32 instances planned).
This is a recorded macro fragment that should execure the circular pattern, however it fails.
boolstatus = Part.Extension.SelectByID("", "EDGE", 6.158947769563E-05, -6.159948867435E-05, 0.006609848210815, True, 0, Nothing)
boolstatus = Part.Extension.SelectByID("Extrude1", "BODYFEATURE", 0.002001153902995, 0.01006048004695, 0.004140683984133, True, 0, Nothing)
Part.ActivateSelectedFeature
Part.ClearSelection
boolstatus = Part.Extension.SelectByID("", "EDGE", 6.158947769563E-05, -6.159948867435E-05, 0.006609848210815, False, 1, Nothing)
Part.FeatureCirPattern 32, 0.2617993877992, False, "NULL"
What am I doing wrong ?