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