Brent-bai

Results 7 issues of Brent-bai

Get the BOM of assembly, and create each Sheetmetal part flat pattern drawing in one slddraw file, and get the material, thickness, and quality value of the parts as annotation,...

There are many holes in part A, and part B also need to create holes align the center of holes with part A. I think the "CylinderParams" property may resolve...

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...

`var view =part.ModelViews.Filter().DefaultIfEmpty(null);` Code above throw a System.NotImplementedException:“The method or operation is not implemented.” 'part' is a part component in a assembly. as below: ![views_error](https://github.com/xarial/xcad/assets/71217629/30638c17-3a14-4ef7-afef-11948ebc1ca1) The variable ModelViews also does...

``` Point point = new Point(X,Y,0.0); swSketchPoint = (ISwSketchPoint)sketch2D.Entities.PreCreatePoint(); swSketchPoint.Coordinate = point; sketch2D.Entities.Add(swSketchPoint); ``` This code cause sw app crashing with no reason. I change the code to solidworks api...

It's a addin application for solidworks, which contains a wpf window with the viewmodel . In the viewmodel, I add two events by using the below code: ``` application.Documents.Active.Selections.NewSelection +=...

The server provided by VisualSVN includes a web interface. On the homepage, it is possible to view a list of all repositories accessible to users. Does SharpSvn offer a similar...