xcad icon indicating copy to clipboard operation
xcad copied to clipboard

About standalone application problems

Open Brent-bai opened this issue 2 years ago • 1 comments

May be they are not issues:

  1. It's very slow to read the assembly design tree. In my code, it consumes 2~4 seconds to get the document by ISwComponent.ReferenceDocument. When I set CommandInProgress = true, it solved.
  2. It throws a exception when the application getting the root component's children which is an assembly by ISwComponent.Children. The code "vChildComps.Count" throws System.AccessViolationException:“Attempted to read or write protected memory. This is often an indication that other memory is corrupt.”
    solidworks 2018SP5, xcad.net 8.0beta 4913

Brent-bai avatar Dec 16 '23 15:12 Brent-bai

problems2 test in solidworks 2021, not happened.

Brent-bai avatar Dec 18 '23 01:12 Brent-bai