We have a software to create shells stl and toolpaths .h files extracted from nx. I have to update the program to work on nx2312 and the program runs on nx11 and nx12 without errors. Unfortunately, I am getting an exception when finding the msc-mill object when creating toolpaths. Any...
I fixed the problem, thank you so much!! I added these lines right after I collect the edges and problem is solved UFSession ufs = UFSession.GetUFSession(); ufs.UiOnt.Refresh();
Cheers
I am dealing with turbine blade cooling fan shapes and holes, selecting the features manually ->Top face, edges, hole faces etc. I will try the .Highlight() asap thank you so much
We believe that we have the correct edges since there are some holes that the software is working. I checked the initial persistence data for each hole. Everything seems fine until this Part.Features.CreateDeleteEdgeBuilder(null) part, and I am trying to understand what it does.
The idea is to...
We have pre-existing code that creates surfaces over a cut-out. This code is now failing with the message "The remaining edges cannot adapt to close the area left by deleting the selected edges."
The code uses Part.Features.CreateDeleteEdgeBuilder(null) with...