Skip to content

wzheng21/csharp1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

First C# experiment on iterating over mates/entities

It is just too hard to code with SolidWorks API in C++. It requires quite a bit knowledge on Windows COM interface.

On the other hand, C# API is very friendly for developers.

Under csharp1 folder:

-- Program.cs: top-level setup and teardown for SolidWorks applications

-- MateEntityInfo.cs: MateEntityInfo class to contain any related data structures for MateEntity.

-- MateEntityHandler.cs: processes input assembly model and collect entity info

About

Practice with C# SolidWorks API for mate query

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages