Search found 6 matches

by shantisoftware
01 Aug 2023, 09:34
Forum: CAD .NET
Topic: 2d Polyline converted to 3d Polyline after saving
Replies: 2
Views: 1559

2d Polyline converted to 3d Polyline after saving

Hi Guys We are noticing that 2dPolyline entities are altered to 3dPolyline entities after the drawing is saved. This causes issues with our CNC program (Sigmanest) in cases where the polyline has specified a BULGE parameter, used for creating arcs. They have provided proof that 3dPolylines do not su...
by shantisoftware
01 Feb 2023, 10:45
Forum: CAD .NET
Topic: Rotate to minimum rectangle
Replies: 3
Views: 2007

Re: Rotate to minimum rectangle

Hi Catherine From what I can see that method doesn't actually rotate the co-ordinates of the points, as when I load the saved file into another CAD program nothing has changed. I've used the other sample with RotatePolyLine, RotateText, etc, to work through each entity and rotate it about a common c...
by shantisoftware
12 Aug 2022, 03:45
Forum: CAD .NET
Topic: Polyline with curved segment incompatible with ACAD
Replies: 1
Views: 1928

Polyline with curved segment incompatible with ACAD

Hi Guys We have DXF files which contain a polyline entity which has a curved segment. When we open the drawing in autoCAD it displays correctly, and is drawn exactly the same as viewing it via CADimport.Net or the CadEditorControl. Once we remove a title block and run SaveAsDXF in CadImport (using e...
by shantisoftware
08 Jul 2022, 07:13
Forum: CAD .NET
Topic: Rotate to minimum rectangle
Replies: 3
Views: 2007

Rotate to minimum rectangle

Has anyone got an algorithm to rotate a CadImage to minimum rectangle. I have a simple one that is working for most drawings, where I just use CadImage.Rotate about z axis, and iterate through 360 degrees to find the angle with the smallest rectangle via PureExtents. I came across some examples wher...
by shantisoftware
22 Jul 2015, 03:56
Forum: CAD .NET
Topic: Application Startup slow in RDP after CADImport reference
Replies: 2
Views: 18956

Re: Application Startup slow in RDP after CADImport referenc

We used process monitor to trace this back to the cryptographic windows service. We restarted that service and everything is back to normal.
It just coincided with the rollout where we implemented the CAD.Net control so it was our first choice for the villain.

Thanks for your time.
by shantisoftware
16 Jul 2015, 08:33
Forum: CAD .NET
Topic: Application Startup slow in RDP after CADImport reference
Replies: 2
Views: 18956

Application Startup slow in RDP after CADImport reference

Hi All,

Our application is being run on a combination of pc's and 1 terminal server environment.
After adding a reference to CADImport in our application, it is suffering a very long load time, but only in the terminal server environment.

Any ideas as to what this is about?