solidworks-api icon indicating copy to clipboard operation
solidworks-api copied to clipboard

C# SolidWorks API stuff

Results 21 solidworks-api issues
Sort by recently updated
recently updated
newest added

As you mentioned in #72 , what kind of improvements are you planning to do in the near future? I probably won't be able to help with the architecture since...

Hi guys, My add-in for creating a new drawing with one click uses events, for example when the active model changes, to show a different panel in the task pane....

@angelsix, good morning! What do you think about to provide some examples how to create msi/exe installer for your sw add-in? I think it can be useful cause it is...

I've implemented SaveAs method to create a copy of the file for the following operations `Application.ActiveModel.SaveAs(tempFileLocation, options: SaveAsOptions.Silent | SaveAsOptions.Copy);` It works as expected with a part: if I select...

I know the framework already has an ActiveFileSaved event but I don`t know if a FileSaved event would be to heavy to process, imagine an open assembly with a lot...

I'm trying to make an abstract class for PropertyManagerPage but I can't get the swAddin as in the Solidworks Template where you get it like that ``` public bool ConnectToSW(object...

Add suport or example on How to workshop with macrofeatures.

SolidWorksEnvironment.Application.CommandManager.RemoveCommandGroup does not remove commands. I have two static methods, one to add commands groups and 1 to delete: private static CommandManagerGroup _partCommandGroup; private static CommandManagerGroup _assemblyCommandGroup; public static void...

Hi Luke. Can you explain Where do I need to make changes to the "SolidDna.CustomProperties" code so that the values ​​match the body folder and subf-folder. It is 72-99 strokes?...