
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello,
I'm trying to create a circular pattern feature using a PartComponentDefinition.Features.CircularPatternFeatures.AddByDefinition() method, and I'm getting unexpected results. The problem lies in the fact that the angle given by me is for some reason not used BUT an angle 229.183118052 is constantly used. I tried to specify an angle using parameters below: "360 deg", convert degrees to radians, but always using the angle 229.183118052. Thanks for any help!
That's what I get (wrong)
That's what i want
UPD: Specifiing the needed angle using CircularPatternFeature.Angle._Value property after building circular pattern is solving my problem, but it seems in the API method there is a bug.
Solved! Go to Solution.