This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Option Strict Off | |
Imports NXOpen | |
Imports NXOpen.UF | |
Module Module1 | |
Sub Main() | |
Dim theSession As Session = Session.GetSession() | |
Dim workPart As Part = theSession.Parts.Work | |
Dim theUf As UFSession = UFSession.GetUFSession() |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Option Strict Off | |
Imports NXOpen | |
Imports NXOpen.UF | |
Module Module1 | |
Sub Main() | |
Dim theSession As Session = Session.GetSession() | |
Dim workPart As Part = theSession.Parts.Work | |
Dim theUfSession As UFSession = UFSession.GetUFSession() |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Option Strict Off | |
Option Explicit On | |
Imports NXOpen | |
Imports System.Text | |
Imports System.Reflection | |
Imports System.Collections.Generic | |
Module SelectSize_Diagnostic |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Option Strict Off | |
Option Explicit On | |
Imports NXOpen | |
Imports System.Text | |
Imports System.Reflection | |
Module SelectSize_Diagnostic | |
Sub Main() |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
' NX Open Journal | |
' Select an object (line, edge, face, or body) and select all others with the same size. | |
Imports NXOpen | |
Imports NXOpen.UF | |
Module SelectSameSize | |
Sub Main() |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
' NX Open Journal | |
' Select an object (line, edge, face, or body) and select all others with the same size. | |
Imports NXOpen | |
Imports NXOpen.UF | |
Module SelectSameSize | |
Sub Main() |