skills/modelscope.cn/developing-solidworks

developing-solidworks

Installation
SKILL.md

Developing SolidWorks C# Code

Documentation-First Workflow

CRITICAL: Base knowledge of SolidWorks API is inconsistent. Always consult documentation Types, Enums, Docs, Examples, Learnings. You ABSOLUTELY MUST run your code before claiming success. Don't bother with dotnet build, use dotnet run immediately after code changes. JUST COMPILING IS NOT ENOUGH.

Workflow checklist

Copy and track progress through complex SolidWorks tasks:

SolidWorks Development Progress:
- [ ] Step 1: Review API documentation for required methods
- [ ] Step 2: Write code with named parameters
- [ ] Step 3: Add error handling and null checks
- [ ] Step 4: Verify functionality via `dotnet run`
- [ ] Step 5: Add cleanup and resource disposal
Installs
3
First Seen
Jun 6, 2026
developing-solidworks from modelscope.cn