I am attempting to find the number of drive boundaries within a fixed-contour Cam operation and am having the same issue as found in this post.
Any help would be greatly appreciated.
This is the code that I am using:
Option Strict Off
Imports System
Imports NXOpen
Imports NXOpen.UF
Module...
Okay, thank you for the replies.
BubbaK, I tried this route and was not able to extract the curves from the united body. The united body was not recognized as an entity that could be selected, though the individual bodies were. It is my intention to automate this with NXOpen when I work out...
I would like to project in a sketch the boundary edges of a selected group of faces as curves. Mainly I want only the outside edges of the selected faces as a whole. In vector graphics this is often referred to as a Boolean, Merge, Unite, or Combine function. I am programming an NXOpen journal...