Brent-bai

Results 11 comments of Brent-bai

Hello! Thanks for response. Here is the file link. https://drive.google.com/file/d/1ttnfZl_V3FZrq_pDWB_FrsQHhcABU7Cc/view?usp=sharing

> As far as I understand the issue is an incorrect coordinate in the assembly space. Am I right? If so you need to convert coordinates using the transformations. Check...

I have resolved the points constrain issue. When the points created, it's auto-selected, all I need to do is selecting one edge of the cylinder face, which is a circle,...

Other Problems happened: 1. `var views =part.ModelViews.Filter().DefaultIfEmpty(null);` Filter not worked, the collection contains all the modelviews 2. Property ISwNamedView.Transform throw a System.NullReferenceException:“Object reference not set to an instance of an...

problems2 test in solidworks 2021, not happened.

I create a minium environment, only click a command to run above function, they all work well. In my code, first creat a sketch, then click a command to start...

I'm sure it does cause by my pmp closing when sketchtool raising. This command may not use pmp.

There is a constance "OPTS_DEFAULT" in internal Show() which in Internal class PropertyManagerPagePage of Xarial.XCad.SolidWorks.UI.PropertyPage.Toolkit.Controls, it allow the other page to be a StackPage. Make it to a page attribute...

I have changed "OPTS_DEFAULT = 1", it does not worked. The property manager page will not being closed when I click the OK or Cancle button. Here is my sample...