Hello, I'm trying to call a face or a datum plane by its name, so that an assembly can re adjust by itself. This is the code that I've been using, its recorded from a journal of the assembly.
Option Strict Off
Imports System
Imports NXOpen
Module NXJournal
Sub Main
Dim theSession As Session...