I’d like to propose renaming the CircularPatterns object to SketchCircularPatterns to better align with the existing naming conventions used throughout the API. Currently, most objects representing groups of sketch entities follow a clear and consistent naming structure, such as SketchLines, SketchSplines, SketchArcs, and SketchEllipses. The CircularPatterns object stands out as an exception, which can create confusion when browsing or searching the API. Renaming it to SketchCircularPatterns would immediately clarify its association with the Sketch environment, making it easier for users to identify and access in the object browser.
This change would also improve discoverability. Right now, if someone tries to locate CircularPatterns in the object browser or API reference, it won’t appear near the other sketch-related objects. With the new name, it would appear grouped with other sketch* objects alphabetically, which improves both navigation and intuitive understanding of its role. From a documentation and user experience perspective, consistency in naming helps streamline development workflows and makes onboarding or troubleshooting significantly easier. Aligning the name with the established pattern ensures it’s immediately recognizable and traceable within the broader context of the Inventor API.
Show More